diff options
Diffstat (limited to 'src/gui/widgets/tabbedarea.h')
-rw-r--r-- | src/gui/widgets/tabbedarea.h | 2 |
1 files changed, 0 insertions, 2 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; |