summaryrefslogtreecommitdiffstats
path: root/src/seltrans.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/seltrans.cpp')
-rw-r--r--src/seltrans.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/seltrans.cpp b/src/seltrans.cpp
index 3bd5f611a..c3c841149 100644
--- a/src/seltrans.cpp
+++ b/src/seltrans.cpp
@@ -376,8 +376,6 @@ void Inkscape::SelTrans::grab(Geom::Point const &p, gdouble x, gdouble y, bool s
}
}
- //sp_event_context_snap_window_open(_desktop->event_context);
-
if ((x != -1) && (y != -1)) {
sp_canvas_item_show(_norm);
sp_canvas_item_show(_grip);
@@ -430,8 +428,6 @@ void Inkscape::SelTrans::ungrab()
_grabbed = false;
_show_handles = true;
- //sp_event_context_snap_window_closed(_desktop->event_context);
-
_desktop->snapindicator->remove_snapsource();
Inkscape::Selection *selection = sp_desktop_selection(_desktop);