diff options
Diffstat (limited to 'backends/platform')
-rw-r--r-- | backends/platform/wince/wince-sdl.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/backends/platform/wince/wince-sdl.h b/backends/platform/wince/wince-sdl.h index 3a9ffaf089..09960e3116 100644 --- a/backends/platform/wince/wince-sdl.h +++ b/backends/platform/wince/wince-sdl.h @@ -258,12 +258,6 @@ private: } zoneDesc; static zoneDesc _zones[TOTAL_ZONES]; - - // Copied from old sdl-common.h because we still use it and - // sdl-common.h no longer supplies it. - enum { - DF_UPDATE_EXPAND_1_PIXEL = 1 << 1 - }; }; #endif |