Removed references to the old sf::Renderer class

This commit is contained in:
Laurent Gomila 2011-12-04 21:06:29 +01:00
parent 528961c967
commit f381260136
2 changed files with 0 additions and 6 deletions

View File

@ -39,8 +39,6 @@
namespace sf
{
class Renderer;
////////////////////////////////////////////////////////////
/// \brief Pixel/fragment shader class
///
@ -352,8 +350,6 @@ public :
private :
friend class Renderer;
////////////////////////////////////////////////////////////
/// \brief Create the program and attach the shaders
///

View File

@ -35,7 +35,6 @@
namespace sf
{
class Window;
class Renderer;
class RenderTexture;
class InputStream;
@ -467,7 +466,6 @@ public :
private :
friend class Renderer;
friend class RenderTexture;
////////////////////////////////////////////////////////////