diff options
Diffstat (limited to 'src/resources/image.h')
-rw-r--r-- | src/resources/image.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/resources/image.h b/src/resources/image.h index 807f0fb0..ebc2c971 100644 --- a/src/resources/image.h +++ b/src/resources/image.h @@ -155,7 +155,6 @@ class SubImage : public Image /** * Constructor. */ - //SubImage(SDL_Surface *timage, int x, int y, int width, int height); #ifndef USE_OPENGL SubImage(Image *parent, SDL_Surface *image, int x, int y, int width, int height); |