From f381260136691969ca6b530092ea269882326da2 Mon Sep 17 00:00:00 2001 From: Laurent Gomila Date: Sun, 4 Dec 2011 21:06:29 +0100 Subject: [PATCH] Removed references to the old sf::Renderer class --- include/SFML/Graphics/Shader.hpp | 4 ---- include/SFML/Graphics/Texture.hpp | 2 -- 2 files changed, 6 deletions(-) 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; ////////////////////////////////////////////////////////////