diff options
Diffstat (limited to 'src/gui/widgets/tabs/chat/whispertab.h')
-rw-r--r-- | src/gui/widgets/tabs/chat/whispertab.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gui/widgets/tabs/chat/whispertab.h b/src/gui/widgets/tabs/chat/whispertab.h index 5817ff8d6..4fa85c0be 100644 --- a/src/gui/widgets/tabs/chat/whispertab.h +++ b/src/gui/widgets/tabs/chat/whispertab.h @@ -40,9 +40,6 @@ class WhisperTab final : 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::WHISPER; } - void saveToLogFile(const std::string &msg) const override final; void setWhisperTabColors(); |