From 21c6f976176fb572be6133f4d1006075074a2c07 Mon Sep 17 00:00:00 2001 From: LaurentGom Date: Wed, 10 Feb 2010 13:54:38 +0000 Subject: [PATCH] Removed all references to sf::RenderImage, which doesn't exist in SFML 1.x git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/trunk@1398 4e206d99-4929-0410-ac5d-dfc041789085 --- include/SFML/Graphics/Image.hpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/SFML/Graphics/Image.hpp b/include/SFML/Graphics/Image.hpp index 0c6538e09..c2f5c898b 100644 --- a/include/SFML/Graphics/Image.hpp +++ b/include/SFML/Graphics/Image.hpp @@ -37,7 +37,6 @@ namespace sf { -class RenderImage; class RenderWindow; //////////////////////////////////////////////////////////// @@ -281,8 +280,6 @@ public : private : - friend class RenderImage; - //////////////////////////////////////////////////////////// /// Create the OpenGL texture ///