summaryrefslogtreecommitdiff
path: root/src/gui/widgets/chattab.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/chattab.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/chattab.cpp')
-rw-r--r--src/gui/widgets/chattab.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gui/widgets/chattab.cpp b/src/gui/widgets/chattab.cpp
index d2221255..ee4197eb 100644
--- a/src/gui/widgets/chattab.cpp
+++ b/src/gui/widgets/chattab.cpp
@@ -275,11 +275,6 @@ void ChatTab::handleCommand(const std::string &msg)
commandHandler->handleCommand(msg, this);
}
-int ChatTab::getType() const
-{
- return INPUT;
-}
-
void ChatTab::addRow(std::string &line)
{
std::string::size_type idx = 0;