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
This commit is contained in:
LaurentGom 2010-02-10 13:54:38 +00:00
parent f0e231eabf
commit 21c6f97617

View File

@ -37,7 +37,6 @@
namespace sf namespace sf
{ {
class RenderImage;
class RenderWindow; class RenderWindow;
//////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////
@ -281,8 +280,6 @@ public :
private : private :
friend class RenderImage;
//////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////
/// Create the OpenGL texture /// Create the OpenGL texture
/// ///