summaryrefslogtreecommitdiff
path: root/src/gui/widgets/whispertab.cpp
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2010-02-22 16:49:38 -0700
committerJared Adams <jaxad0127@gmail.com>2010-02-22 16:53:32 -0700
commit00cbc7490641a697dbedb85b3b2ff3f75893b7ff (patch)
treea8ac366342a9138063eefca13ea2440042b32b84 /src/gui/widgets/whispertab.cpp
parentdc3b7dc6001c64bd9473518299c74f292b521516 (diff)
downloadMana-00cbc7490641a697dbedb85b3b2ff3f75893b7ff.tar.gz
Mana-00cbc7490641a697dbedb85b3b2ff3f75893b7ff.tar.bz2
Mana-00cbc7490641a697dbedb85b3b2ff3f75893b7ff.tar.xz
Mana-00cbc7490641a697dbedb85b3b2ff3f75893b7ff.zip
Change chat autocompletion to be more flexible
Reviewed-by: Chuck Miller
Diffstat (limited to 'src/gui/widgets/whispertab.cpp')
-rw-r--r--src/gui/widgets/whispertab.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gui/widgets/whispertab.cpp b/src/gui/widgets/whispertab.cpp
index 9707953e..124b3165 100644
--- a/src/gui/widgets/whispertab.cpp
+++ b/src/gui/widgets/whispertab.cpp
@@ -114,8 +114,3 @@ bool WhisperTab::handleCommand(const std::string &type,
return true;
}
-
-int WhisperTab::getType() const
-{
- return ChatTab::WHISPER;
-}