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:
parent
f0e231eabf
commit
21c6f97617
@ -37,7 +37,6 @@
|
||||
|
||||
namespace sf
|
||||
{
|
||||
class RenderImage;
|
||||
class RenderWindow;
|
||||
|
||||
////////////////////////////////////////////////////////////
|
||||
@ -281,8 +280,6 @@ public :
|
||||
|
||||
private :
|
||||
|
||||
friend class RenderImage;
|
||||
|
||||
////////////////////////////////////////////////////////////
|
||||
/// Create the OpenGL texture
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user