diff options
Diffstat (limited to 'backends/sdl')
-rw-r--r-- | backends/sdl/sdl-common.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/backends/sdl/sdl-common.h b/backends/sdl/sdl-common.h index 65bf00130b..5ce2166c79 100644 --- a/backends/sdl/sdl-common.h +++ b/backends/sdl/sdl-common.h @@ -124,9 +124,6 @@ public: static OSystem *create(int gfx_mode, bool full_screen); protected: - typedef void ScalerProc(uint8 *srcPtr, uint32 srcPitch, - uint8 *dstPtr, uint32 dstPitch, int width, int height); - OSystem_SDL_Common(); virtual ~OSystem_SDL_Common(); |