Code

- Send Mac package debugging output to stderr rather than stdout. Fixes
[inkscape.git] / src / knotholder.cpp
index 773b9249c513a7a804a19116f56cddd3f545d4ff..55a171414e58ee59144961b62c4cfd3e1f0734e9 100644 (file)
@@ -139,7 +139,6 @@ KnotHolder::knot_moved_handler(SPKnot *knot, Geom::Point const &p, guint state)
 {
     if (this->dragging == false) {
        this->dragging = true;
-       //sp_event_context_snap_window_open(desktop->canvas);
     }
 
        // this was a local change and the knotholder does not need to be recreated:
@@ -165,7 +164,6 @@ void
 KnotHolder::knot_ungrabbed_handler(SPKnot */*knot*/)
 {
        this->dragging = false;
-       //sp_event_context_snap_window_closed(desktop->canvas);
 
        if (this->released) {
         this->released(this->item);