Remove dead code

svn-id: r44534
This commit is contained in:
Max Horn 2009-10-02 12:53:45 +00:00
parent 908e13fa73
commit 14c58b73e9
2 changed files with 0 additions and 4 deletions

View file

@ -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

View file

@ -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