aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/font.cpp
diff options
context:
space:
mode:
authorAlyssa Milburn2012-08-25 00:07:49 +0200
committerAlyssa Milburn2012-08-25 08:41:21 +0200
commitba20f1d90dd21986f8eb250e93d794db87b9a51c (patch)
tree65c48747ca8ae4fd2dd337515804409bc8b64642 /engines/tony/font.cpp
parentf917a4beabff01e85159de6a34fd705470ba993c (diff)
downloadscummvm-rg350-ba20f1d90dd21986f8eb250e93d794db87b9a51c.tar.gz
scummvm-rg350-ba20f1d90dd21986f8eb250e93d794db87b9a51c.tar.bz2
scummvm-rg350-ba20f1d90dd21986f8eb250e93d794db87b9a51c.zip
TONY: Remove unused members of RMTextItemName.
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