aboutsummaryrefslogtreecommitdiff
path: root/graphics/macgui/mactextwindow.h
diff options
context:
space:
mode:
authorEugene Sandulenko2017-08-03 09:40:36 +0200
committerEugene Sandulenko2017-08-04 21:54:20 +0200
commitc5da0bece4bc8537335680cb49bd6e5b57e33073 (patch)
tree0d9a6ce99c2c4f99c9cc96e2e7ba5c66383cb2ad /graphics/macgui/mactextwindow.h
parentdb38a363697afd2107e4c0ee874ddec60c53e867 (diff)
downloadscummvm-rg350-c5da0bece4bc8537335680cb49bd6e5b57e33073.tar.gz
scummvm-rg350-c5da0bece4bc8537335680cb49bd6e5b57e33073.tar.bz2
scummvm-rg350-c5da0bece4bc8537335680cb49bd6e5b57e33073.zip
GRAPHICS: MACGUI: Remove redundant method from MacTextWindow
Diffstat (limited to 'graphics/macgui/mactextwindow.h')
-rw-r--r--graphics/macgui/mactextwindow.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/graphics/macgui/mactextwindow.h b/graphics/macgui/mactextwindow.h
index eb3f270ed5..d1ee3c1b2e 100644
--- a/graphics/macgui/mactextwindow.h
+++ b/graphics/macgui/mactextwindow.h
@@ -59,8 +59,6 @@ public:
void appendText(Common::String str, const MacFont *macFont, bool skipAdd = false);
void clearText();
- void setSelection(int selStartX, int selStartY, int selEndX, int selEndY);
-
void undrawCursor();
const Common::String getInput() { return _inputText; }