summaryrefslogtreecommitdiff
path: root/src/gui/widgets/tabs/chat/partytab.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/tabs/chat/partytab.h')
-rw-r--r--src/gui/widgets/tabs/chat/partytab.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gui/widgets/tabs/chat/partytab.h b/src/gui/widgets/tabs/chat/partytab.h
index 13f38cf0e..12af1c8a9 100644
--- a/src/gui/widgets/tabs/chat/partytab.h
+++ b/src/gui/widgets/tabs/chat/partytab.h
@@ -42,9 +42,6 @@ class PartyTab notfinal : public ChatTab,
bool handleCommand(const std::string &restrict type,
const std::string &restrict args) override final;
- int getType() const override final A_WARN_UNUSED
- { return ChatTabType::PARTY; }
-
void saveToLogFile(const std::string &msg) const override final;
void playNewMessageSound() const override final;