diff options
Diffstat (limited to 'src/gui/widgets/chattab.cpp')
-rw-r--r-- | src/gui/widgets/chattab.cpp | 5 |
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; |