diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/scaler.h | 15 |
1 files changed, 0 insertions, 15 deletions
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 |