diff options
Diffstat (limited to 'src/dyetool')
-rw-r--r-- | src/dyetool/gui/viewport.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/dyetool/gui/viewport.h b/src/dyetool/gui/viewport.h index ffcd17034..847a00dc2 100644 --- a/src/dyetool/gui/viewport.h +++ b/src/dyetool/gui/viewport.h @@ -39,10 +39,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, |