aboutsummaryrefslogtreecommitdiff
path: root/graphics/macgui/mactextwindow.h
diff options
context:
space:
mode:
authorEugene Sandulenko2017-08-03 08:36:20 +0200
committerEugene Sandulenko2017-08-04 21:54:20 +0200
commit04bb7c3e7aca4faba3f98a106de52c866794d9c5 (patch)
tree9258007ff98b636da3bc53ae452d7a93204d0edd /graphics/macgui/mactextwindow.h
parent7b7117d5b8e28cbecb49ac2539b9aff61f0139c8 (diff)
downloadscummvm-rg350-04bb7c3e7aca4faba3f98a106de52c866794d9c5.tar.gz
scummvm-rg350-04bb7c3e7aca4faba3f98a106de52c866794d9c5.tar.bz2
scummvm-rg350-04bb7c3e7aca4faba3f98a106de52c866794d9c5.zip
GRAPHICS: MACGUI: Reduce constant scope
Diffstat (limited to 'graphics/macgui/mactextwindow.h')
-rw-r--r--graphics/macgui/mactextwindow.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/graphics/macgui/mactextwindow.h b/graphics/macgui/mactextwindow.h
index a005ad93e8..313b05b60a 100644
--- a/graphics/macgui/mactextwindow.h
+++ b/graphics/macgui/mactextwindow.h
@@ -28,10 +28,6 @@
namespace Graphics {
-enum {
- kCursorHeight = 12
-};
-
struct SelectedText {
int startX, startY;
int endX, endY;
@@ -55,11 +51,6 @@ public:
virtual bool processEvent(Common::Event &event);
- /**
- * Similar to that described in BaseMacWindow.
- * @param g See BaseMacWindow.
- * @param forceRedraw If true, the borders are guarranteed to redraw.
- */
virtual bool draw(ManagedSurface *g, bool forceRedraw = false);
void setTextWindowFont(const MacFont *macFont);