From de6736751124f92b2f88a7ac146434edbfad824c Mon Sep 17 00:00:00 2001 From: Krzysztof Kosi??ski Date: Wed, 23 Dec 2009 20:51:48 +0100 Subject: Comment cleanup (bzr r8846.2.5) --- src/desktop.cpp | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'src/desktop.cpp') diff --git a/src/desktop.cpp b/src/desktop.cpp index b1b9a2955..e4e2ed7bc 100644 --- a/src/desktop.cpp +++ b/src/desktop.cpp @@ -91,8 +91,7 @@ #include "widgets/desktop-widget.h" #include "box3d-context.h" -// TODO those includes are only for the braindead quick zoom implementation. -// Remove them after fixing this. +// TODO those includes are only for node tool quick zoom. Remove them after fixing it. #include "ui/tool/node-tool.h" #include "ui/tool/control-point-selection.h" @@ -894,9 +893,8 @@ SPDesktop::zoom_quick (bool enable) _quick_zoom_stored_area = get_display_area(); bool zoomed = false; - // TODO This is brain damage. This needs to migrate into the node tool, - // but currently the design of this method is sufficiently broken - // to prevent this. + // TODO This needs to migrate into the node tool, but currently the design + // of this method is sufficiently wrong to prevent this. if (!zoomed && INK_IS_NODE_TOOL(event_context)) { InkNodeTool *nt = static_cast(event_context); if (!nt->_selected_nodes->empty()) { -- cgit v1.2.3