aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/font.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tony/font.cpp')
-rw-r--r--engines/tony/font.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/tony/font.cpp b/engines/tony/font.cpp
index 7e65369bfc..f83677373f 100644
--- a/engines/tony/font.cpp
+++ b/engines/tony/font.cpp
@@ -2308,10 +2308,6 @@ bool RMTextItemName::isItemSelected() {
return _item != NULL;
}
-bool RMTextItemName::isNormalItemSelected() {
- return _item != NULL && _itemName.length() > 0;
-}
-
/****************************************************************************\
* RMDialogChoice Methods