diff options
| author | Matthew Petroff <matthew@mpetroff.net> | 2013-07-02 03:42:25 +0000 |
|---|---|---|
| committer | Matthew Petroff <matthew@mpetroff.net> | 2013-07-02 03:42:25 +0000 |
| commit | 70a0fd65c46064941696a5a9366547e1e9d020e2 (patch) | |
| tree | 1fb73902d467d88b12e978b6de85c0f8f4ca7e9f /src/event-context.cpp | |
| parent | Ported "ui/widget/page-sizer.cpp" and "document.cpp" to "Util::Unit" class. (diff) | |
| parent | Shape calculations. do not quantize the coordinates. (Bug 168158) (diff) | |
| download | inkscape-70a0fd65c46064941696a5a9366547e1e9d020e2.tar.gz inkscape-70a0fd65c46064941696a5a9366547e1e9d020e2.zip | |
Merge from trunk.
(bzr r12380.1.5)
Diffstat (limited to 'src/event-context.cpp')
| -rw-r--r-- | src/event-context.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/event-context.cpp b/src/event-context.cpp index 628380a2c..4bbb012e0 100644 --- a/src/event-context.cpp +++ b/src/event-context.cpp @@ -590,13 +590,6 @@ static gint sp_event_context_private_root_handler( ret = sp_shortcut_invoke(shortcut, desktop); break; - case GDK_KEY_D: - case GDK_KEY_d: - if (!MOD__SHIFT(event) && !MOD__CTRL(event) && !MOD__ALT(event)) { - sp_toggle_dropper(desktop); - ret = TRUE; - } - break; case GDK_KEY_Q: case GDK_KEY_q: if (desktop->quick_zoomed()) { |
