From 59c5d1ef260736225ba3ba486f40532949cc293b Mon Sep 17 00:00:00 2001 From: Thorbjørn Lindeijer Date: Sun, 22 Jan 2012 20:54:38 +0100 Subject: Removed unused function Image::SDLmerge Reviewed-by: Yohann Ferreira --- src/resources/image.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/resources/image.h') diff --git a/src/resources/image.h b/src/resources/image.h index 85db0c17..3ec42ace 100644 --- a/src/resources/image.h +++ b/src/resources/image.h @@ -156,15 +156,6 @@ class Image : public Resource */ Image* SDLgetScaledImage(int width, int height); - /** - * Merges two image SDL_Surfaces together. This is for SDL use only, as - * reducing the number of surfaces that SDL has to render can cut down - * on the number of blit operations necessary, which in turn can help - * improve overall framerates. Don't use unless you are using it to - * reduce the number of overall layers that need to be drawn through SDL. - */ - Image *SDLmerge(Image *image, int x, int y); - /** * Get the alpha Channel of a SDL surface. */ -- cgit v1.2.3-70-g09d2