summaryrefslogtreecommitdiff
path: root/src/gui/widgets/tabs/chat/gmtab.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/tabs/chat/gmtab.h')
-rw-r--r--src/gui/widgets/tabs/chat/gmtab.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gui/widgets/tabs/chat/gmtab.h b/src/gui/widgets/tabs/chat/gmtab.h
index f71f7e14f..6fdd88c68 100644
--- a/src/gui/widgets/tabs/chat/gmtab.h
+++ b/src/gui/widgets/tabs/chat/gmtab.h
@@ -36,9 +36,6 @@ class GmTab final : public ChatTab
~GmTab();
- int getType() const override final A_WARN_UNUSED
- { return ChatTabType::GM; }
-
void saveToLogFile(const std::string &msg) const override final;
protected: