summaryrefslogtreecommitdiffstats
path: root/src/seltrans.cpp
diff options
context:
space:
mode:
authorDiederik van Lierop <mail@diedenrezi.nl>2009-07-18 12:56:25 +0000
committerdvlierop2 <dvlierop2@users.sourceforge.net>2009-07-18 12:56:25 +0000
commiteae8322c8b968bbf076323eb68707124bfc810d9 (patch)
tree55fcc2e3532076b16f22ac310f675c82c7a6ed9c /src/seltrans.cpp
parentMinor French translation update. (diff)
downloadinkscape-eae8322c8b968bbf076323eb68707124bfc810d9.tar.gz
inkscape-eae8322c8b968bbf076323eb68707124bfc810d9.zip
Make the snap delay mechanism easier to implement for the devs, and get rid of the related warning messages
(bzr r8302)
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);