diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-01-03 17:02:07 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-01-03 17:02:07 +0300 |
commit | 829c8fb2476f763f0d0a1f4ca792073eb953814e (patch) | |
tree | fac1ff43d2f1f551a84cb3e76f8e6dda437ee71c /src/gui/widgets | |
parent | a0451aa4e93b10ad2e50d5c4d59116f888aeacd5 (diff) | |
download | plus-829c8fb2476f763f0d0a1f4ca792073eb953814e.tar.gz plus-829c8fb2476f763f0d0a1f4ca792073eb953814e.tar.bz2 plus-829c8fb2476f763f0d0a1f4ca792073eb953814e.tar.xz plus-829c8fb2476f763f0d0a1f4ca792073eb953814e.zip |
Remove useless todo messages.
Diffstat (limited to 'src/gui/widgets')
-rw-r--r-- | src/gui/widgets/tabbedarea.h | 2 | ||||
-rw-r--r-- | src/gui/widgets/tabs/setup_chat.cpp | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/src/gui/widgets/tabbedarea.h b/src/gui/widgets/tabbedarea.h index 16968e614..4e609970d 100644 --- a/src/gui/widgets/tabbedarea.h +++ b/src/gui/widgets/tabbedarea.h @@ -108,8 +108,6 @@ class TabbedArea final : public ActionListener, /** * Return how many tabs have been created. - * - * @todo Remove this method when upgrading to Guichan 0.9.0 */ int getNumberOfTabs() const A_WARN_UNUSED; diff --git a/src/gui/widgets/tabs/setup_chat.cpp b/src/gui/widgets/tabs/setup_chat.cpp index 3f6e8cbb3..c9d0565b9 100644 --- a/src/gui/widgets/tabs/setup_chat.cpp +++ b/src/gui/widgets/tabs/setup_chat.cpp @@ -126,7 +126,6 @@ Setup_Chat::Setup_Chat(const Widget2 *const widget) : "Note: chat logs can take noticeable amount of disk space over time."), "enableChatLog", this, "enableChatLogEvent"); - // TODO: ask 4144 if popup description is correct. // TRANSLATORS: settings option new SetupItemCheckBox(_("Enable debug chat Log"), // TRANSLATORS: settings description |