diff options
author | Jared Adams <jaxad0127@gmail.com> | 2010-02-22 16:49:38 -0700 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2010-02-22 16:53:32 -0700 |
commit | 00cbc7490641a697dbedb85b3b2ff3f75893b7ff (patch) | |
tree | a8ac366342a9138063eefca13ea2440042b32b84 /src/gui/widgets/whispertab.cpp | |
parent | dc3b7dc6001c64bd9473518299c74f292b521516 (diff) | |
download | mana-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.cpp | 5 |
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; -} |