diff --git a/include/SFML/Graphics/Shader.hpp b/include/SFML/Graphics/Shader.hpp index 94ce1115..e91d538c 100644 --- a/include/SFML/Graphics/Shader.hpp +++ b/include/SFML/Graphics/Shader.hpp @@ -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 /// diff --git a/include/SFML/Graphics/Texture.hpp b/include/SFML/Graphics/Texture.hpp index 3ad0795d..c500ab5f 100644 --- a/include/SFML/Graphics/Texture.hpp +++ b/include/SFML/Graphics/Texture.hpp @@ -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; ////////////////////////////////////////////////////////////