diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-02-14 18:22:32 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-02-14 18:38:12 +0300 |
commit | cbc1a498f79b8f9adc28801827b9c87959f1089c (patch) | |
tree | f88bb4dbb8191cc2e8adc29a5dd4350509fd4d17 /src/gui/widgets | |
parent | e0bea9ae2681668da02870719fd2ec48678a15f3 (diff) | |
download | plus-cbc1a498f79b8f9adc28801827b9c87959f1089c.tar.gz plus-cbc1a498f79b8f9adc28801827b9c87959f1089c.tar.bz2 plus-cbc1a498f79b8f9adc28801827b9c87959f1089c.tar.xz plus-cbc1a498f79b8f9adc28801827b9c87959f1089c.zip |
fix code style.
Diffstat (limited to 'src/gui/widgets')
-rw-r--r-- | src/gui/widgets/tabs/whispertab.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/gui/widgets/tabs/whispertab.cpp b/src/gui/widgets/tabs/whispertab.cpp index 908c9ae66..ec02bb70f 100644 --- a/src/gui/widgets/tabs/whispertab.cpp +++ b/src/gui/widgets/tabs/whispertab.cpp @@ -32,8 +32,6 @@ #include "gui/widgets/windowcontainer.h" -#include "utils/gettext.h" - #include "debug.h" WhisperTab::WhisperTab(const Widget2 *const widget, const std::string &nick) : @@ -90,7 +88,7 @@ void WhisperTab::handleCommand(const std::string &msg) } bool WhisperTab::handleCommand(const std::string &restrict type, - const std::string &restrict args) + const std::string &restrict args A_UNUSED) { if (type == "close") { |