From 3aba4997f4132846072a4fa395218c8723be165e Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 9 Apr 2005 13:31:47 +0000 Subject: Moved the GFX_ constants to sdl-common.h, where they belong. svn-id: r17479 --- common/scaler.h | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'common') diff --git a/common/scaler.h b/common/scaler.h index c582e71f79..8460760bf6 100644 --- a/common/scaler.h +++ b/common/scaler.h @@ -59,20 +59,5 @@ extern void makeRectStretchable(int &x, int &y, int &w, int &h); extern int stretch200To240(uint8 *buf, uint32 pitch, int width, int height, int srcX, int srcY, int origSrcY); -enum { - GFX_NORMAL = 0, - GFX_DOUBLESIZE = 1, - GFX_TRIPLESIZE = 2, - GFX_2XSAI = 3, - GFX_SUPER2XSAI = 4, - GFX_SUPEREAGLE = 5, - GFX_ADVMAME2X = 6, - GFX_ADVMAME3X = 7, - GFX_HQ2X = 8, - GFX_HQ3X = 9, - GFX_TV2X = 10, - GFX_DOTMATRIX = 11 -}; - #endif -- cgit v1.2.3