diff options
Diffstat (limited to 'src/gui/widgets/tabs/chat/partytab.h')
-rw-r--r-- | src/gui/widgets/tabs/chat/partytab.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/widgets/tabs/chat/partytab.h b/src/gui/widgets/tabs/chat/partytab.h index 12af1c8a9..dc0799ecc 100644 --- a/src/gui/widgets/tabs/chat/partytab.h +++ b/src/gui/widgets/tabs/chat/partytab.h @@ -42,8 +42,6 @@ class PartyTab notfinal : public ChatTab, bool handleCommand(const std::string &restrict type, const std::string &restrict args) override final; - void saveToLogFile(const std::string &msg) const override final; - void playNewMessageSound() const override final; void optionChanged(const std::string &value); |