summaryrefslogtreecommitdiffstats
path: root/src/desktop-events.cpp
diff options
context:
space:
mode:
authorDiederik van Lierop <mailat-signdiedenrezidotnl>2010-02-19 22:33:27 +0000
committerDiederik van Lierop <mailat-signdiedenrezidotnl>2010-02-19 22:33:27 +0000
commit5dd8cdca09854551ec8c1003d3210e710d0ce345 (patch)
tree7b6262b7fd630bf45dd1cb499357f23201a0fa8d /src/desktop-events.cpp
parentVarious man page fixes. French man page update. (diff)
downloadinkscape-5dd8cdca09854551ec8c1003d3210e710d0ce345.tar.gz
inkscape-5dd8cdca09854551ec8c1003d3210e710d0ce345.zip
Noop: removing and updating comments, fixing indentation
(bzr r9101)
Diffstat (limited to 'src/desktop-events.cpp')
-rw-r--r--src/desktop-events.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/desktop-events.cpp b/src/desktop-events.cpp
index 7cf075f26..f229c642a 100644
--- a/src/desktop-events.cpp
+++ b/src/desktop-events.cpp
@@ -87,9 +87,6 @@ static gint sp_dt_ruler_event(GtkWidget *widget, GdkEvent *event, SPDesktopWidge
if (event->button.button == 1) {
dragging = true;
- // FIXME: The snap delay mechanism won't work here, because it has been implemented for the event context. Dragging
- // guides off the ruler will send event to the ruler and not to the context, which bypasses sp_event_context_snap_delay_handler
-
Geom::Point const event_w(sp_canvas_window_to_world(dtw->canvas, event_win));
Geom::Point const event_dt(desktop->w2d(event_w));