diff options
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/viewport.h | 4 | ||||
-rw-r--r-- | src/gui/widgets/tabbedarea.h | 2 | ||||
-rw-r--r-- | src/gui/widgets/tabs/setup_chat.cpp | 1 |
3 files changed, 0 insertions, 7 deletions
diff --git a/src/gui/viewport.h b/src/gui/viewport.h index 5af86606c..f7360c42a 100644 --- a/src/gui/viewport.h +++ b/src/gui/viewport.h @@ -46,10 +46,6 @@ class MapItem; /** * The viewport on the map. Displays the current map and handles mouse input * and the popup menu. - * - * TODO: This class is planned to be extended to allow floating widgets on top - * of it such as NPC messages, which are positioned using map pixel - * coordinates. */ class Viewport final : public WindowContainer, public MouseListener, 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 |