summaryrefslogtreecommitdiff
path: root/src/gui/viewport.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/viewport.h')
-rw-r--r--src/gui/viewport.h4
1 files changed, 0 insertions, 4 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,