diff options
Diffstat (limited to 'gui/newgui.h')
-rw-r--r-- | gui/newgui.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/gui/newgui.h b/gui/newgui.h index bb0d960444..e75a084312 100644 --- a/gui/newgui.h +++ b/gui/newgui.h @@ -72,9 +72,6 @@ protected: Graphics::Surface _screen; int _screenPitch; - int _scaleFactor; - bool _scaleEnable; - bool _needRedraw; DialogStack _dialogStack; @@ -127,7 +124,7 @@ public: // Font const Graphics::Font &getFont() const; - + // Screen surface Graphics::Surface &getScreen() { return _screen; } @@ -160,8 +157,6 @@ public: int getCharWidth(byte c) const; int getFontHeight() const; - void drawBitmap(uint32 *bitmap, int x, int y, OverlayColor color, int h = 8); - void addDirtyRect(int x, int y, int w, int h); }; |