Remove dead code
svn-id: r44534
This commit is contained in:
parent
908e13fa73
commit
14c58b73e9
2 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue