diff options
author | Max Horn | 2009-10-02 12:53:45 +0000 |
---|---|---|
committer | Max Horn | 2009-10-02 12:53:45 +0000 |
commit | 14c58b73e95d0beec58ae44a652453da766b1bbd (patch) | |
tree | b42c4468b93be303cd5fae71203362527b7c53d1 /backends | |
parent | 908e13fa73e946340c6ae9867a370af0562d9c8e (diff) | |
download | scummvm-rg350-14c58b73e95d0beec58ae44a652453da766b1bbd.tar.gz scummvm-rg350-14c58b73e95d0beec58ae44a652453da766b1bbd.tar.bz2 scummvm-rg350-14c58b73e95d0beec58ae44a652453da766b1bbd.zip |
Remove dead code
svn-id: r44534
Diffstat (limited to 'backends')
-rw-r--r-- | backends/platform/gp2xwiz/gp2xwiz-scaler.cpp | 2 | ||||
-rw-r--r-- | backends/platform/linuxmoto/linuxmoto-scaler.cpp | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/backends/platform/gp2xwiz/gp2xwiz-scaler.cpp b/backends/platform/gp2xwiz/gp2xwiz-scaler.cpp index 3a95280eab..3a0d090bf2 100644 --- a/backends/platform/gp2xwiz/gp2xwiz-scaler.cpp +++ b/backends/platform/gp2xwiz/gp2xwiz-scaler.cpp @@ -25,8 +25,6 @@ #include "graphics/scaler/intern.h" #include "backends/platform/gp2xwiz/gp2xwiz-sdl.h" -SDL_PixelFormat *screenPixelFormat; - extern "C" { void PocketPCHalfARM(const uint8 *srcPtr, uint32 srcPitch, uint8 *dstPtr, uint32 dstPitch, int width, int height, int mask, int round); // Rounding constants and masks used for different pixel formats diff --git a/backends/platform/linuxmoto/linuxmoto-scaler.cpp b/backends/platform/linuxmoto/linuxmoto-scaler.cpp index 11ae090c7b..9aa814bdf4 100644 --- a/backends/platform/linuxmoto/linuxmoto-scaler.cpp +++ b/backends/platform/linuxmoto/linuxmoto-scaler.cpp @@ -26,8 +26,6 @@ #include "graphics/scaler/intern.h" #include "backends/platform/linuxmoto/linuxmoto-sdl.h" -SDL_PixelFormat *screenPixelFormat; - extern "C" { void PocketPCHalfARM(const uint8 *srcPtr, uint32 srcPitch, uint8 *dstPtr, uint32 dstPitch, int width, int height, int mask, int round); // Rounding constants and masks used for different pixel formats |