mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-11 20:26:31 +00:00
remove dead code leftover
svn-id: r42615
This commit is contained in:
parent
5b16cab619
commit
c313396aac
@ -53,15 +53,6 @@ void PocketPCPortraitTemplate(const uint8 *srcPtr, uint32 srcPitch, uint8 *dstPt
|
||||
}
|
||||
MAKE_WRAPPER(PocketPCPortrait)
|
||||
|
||||
void PocketPCRawPortrait(const uint8 *srcPtr, uint32 srcPitch, uint8 *dstPtr, uint32 dstPitch, int width, int height) {
|
||||
|
||||
while (height--) {
|
||||
memcpy(dstPtr, srcPtr, width*sizeof(uint16_t));
|
||||
srcPtr += srcPitch;
|
||||
dstPtr += dstPitch;
|
||||
}
|
||||
}
|
||||
|
||||
// Our version of an aspect scaler. Main difference is the out-of-place
|
||||
// operation, omitting a straight blit step the sdl backend does. Also,
|
||||
// tests show unaligned access errors with the stock aspect scaler.
|
||||
|
Loading…
x
Reference in New Issue
Block a user