aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/PalmOS/Src/be_zodiac.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/PalmOS/Src/be_zodiac.h')
-rw-r--r--backends/platform/PalmOS/Src/be_zodiac.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/backends/platform/PalmOS/Src/be_zodiac.h b/backends/platform/PalmOS/Src/be_zodiac.h
index 42abf7bfa9..54b5cd55a7 100644
--- a/backends/platform/PalmOS/Src/be_zodiac.h
+++ b/backends/platform/PalmOS/Src/be_zodiac.h
@@ -32,16 +32,6 @@
class OSystem_PalmZodiac : public OSystem_PalmOS5Ex {
private:
- enum {
- kRatioNone = 0,
- kRatioHeight,
- kRatioWidth
- };
- struct {
- UInt8 adjustAspect;
- Coord width; // (width x 320)
- Coord height; // (480 x height)
- } _ratio;
TwGfxType *_gfxH;
TwGfxSurfaceType *_palmScreenP, *_tmpScreenP;