summaryrefslogtreecommitdiffstats
path: root/src/node-context.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/node-context.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/node-context.cpp')
-rw-r--r--src/node-context.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/node-context.cpp b/src/node-context.cpp
index 6ad7b85d4..a0fb78ba1 100644
--- a/src/node-context.cpp
+++ b/src/node-context.cpp
@@ -300,8 +300,6 @@ sp_node_context_root_handler(SPEventContext *event_context, GdkEvent *event)
nc->remove_flash_counter--;
}
- sp_event_context_snap_window_open(event_context, false); // Just put the snap window open, bluntly. Will be closed when we have left the context
-
gint ret = FALSE;
switch (event->type) {
case GDK_BUTTON_PRESS: