diff options
author | Chris Apers | 2003-08-18 10:43:41 +0000 |
---|---|---|
committer | Chris Apers | 2003-08-18 10:43:41 +0000 |
commit | 034ea25fa6f0557cbf65f007b75a750f21212ffd (patch) | |
tree | 025e67b462a25dad2313bed42a13324f00cb569e /backends | |
parent | 0c386dd5865829b0047d01d9fb1f55bac560c47b (diff) | |
download | scummvm-rg350-034ea25fa6f0557cbf65f007b75a750f21212ffd.tar.gz scummvm-rg350-034ea25fa6f0557cbf65f007b75a750f21212ffd.tar.bz2 scummvm-rg350-034ea25fa6f0557cbf65f007b75a750f21212ffd.zip |
Cleanup
svn-id: r9755
Diffstat (limited to 'backends')
-rw-r--r-- | backends/PalmOS/Src/extend.cpp | 20 |
1 files changed, 1 insertions, 19 deletions
diff --git a/backends/PalmOS/Src/extend.cpp b/backends/PalmOS/Src/extend.cpp index aeba2f18d3..9fc9e16192 100644 --- a/backends/PalmOS/Src/extend.cpp +++ b/backends/PalmOS/Src/extend.cpp @@ -26,25 +26,7 @@ #include "palm.h" const Char *SCUMMVM_SAVEPATH = "/PALM/Programs/ScummVM/Saved/"; -/* -//Sony clie PalmOS<5 -void BmpDrawDDBitmap(const FormType *formP, DmResID bitmapID) -{ - MemHandle hTemp; - BitmapType* bmTemp; - Coord x,y; - - hTemp = DmGetResource(bitmapRsc,bitmapID); - bmTemp = (BitmapType*)MemHandleLock(hTemp); - - FrmGetObjectPosition(formP, FrmGetObjectIndex(formP,bitmapID), &x, &y); - HRWinDrawBitmap(gHRrefNum,bmTemp, x*2, y*2); - MemHandleUnlock(hTemp); - DmReleaseResource(hTemp); - // palmos 5 : need to set the object to usable -} -*/ UInt16 StrReplace(Char *ioStr, UInt16 inMaxLen, const Char *inParamStr, const Char *fndParamStr) { Char *found; @@ -110,4 +92,4 @@ void WinDrawWarpChars(const Char *chars, Int16 len, Coord x, Coord y, Coord maxW part = StrTok(NULL," "); } -} +}
\ No newline at end of file |