summaryrefslogtreecommitdiff
path: root/src/gui/viewport.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-01-03 17:02:07 +0300
committerAndrei Karas <akaras@inbox.ru>2017-01-03 17:02:07 +0300
commit829c8fb2476f763f0d0a1f4ca792073eb953814e (patch)
treefac1ff43d2f1f551a84cb3e76f8e6dda437ee71c /src/gui/viewport.h
parenta0451aa4e93b10ad2e50d5c4d59116f888aeacd5 (diff)
downloadManaVerse-829c8fb2476f763f0d0a1f4ca792073eb953814e.tar.gz
ManaVerse-829c8fb2476f763f0d0a1f4ca792073eb953814e.tar.bz2
ManaVerse-829c8fb2476f763f0d0a1f4ca792073eb953814e.tar.xz
ManaVerse-829c8fb2476f763f0d0a1f4ca792073eb953814e.zip
Remove useless todo messages.
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,