diff options
| author | Felipe CorrĂȘa da Silva Sanches <juca@members.fsf.org> | 2018-03-28 17:14:31 +0000 |
|---|---|---|
| committer | Felipe CorrĂȘa da Silva Sanches <juca@members.fsf.org> | 2018-03-28 19:40:50 +0000 |
| commit | 1673659da2aa1f33c63b73059ac78ac9a0f263e1 (patch) | |
| tree | ce890bfe460953c28b9b2d8f8ac8a94d25de895a /src/verbs.cpp | |
| parent | Update HACKING.txt. Move to top directory. (diff) | |
| download | inkscape-1673659da2aa1f33c63b73059ac78ac9a0f263e1.tar.gz inkscape-1673659da2aa1f33c63b73059ac78ac9a0f263e1.zip | |
a bit more of warning cleanup
Diffstat (limited to 'src/verbs.cpp')
| -rw-r--r-- | src/verbs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/verbs.cpp b/src/verbs.cpp index 38c6adae1..388992897 100644 --- a/src/verbs.cpp +++ b/src/verbs.cpp @@ -2058,7 +2058,7 @@ void ZoomVerb::perform(SPAction *action, void *data) } case SP_VERB_FLIP_VERTICAL: { - gint mul = 1 + Inkscape::UI::Tools::gobble_key_events( GDK_KEY_parenright, 0); + /* gint mul = 1 + */ Inkscape::UI::Tools::gobble_key_events( GDK_KEY_parenright, 0); // While drawing with the pen/pencil tool, flip towards the end of the unfinished path if (tools_isactive(dt, TOOLS_FREEHAND_PENCIL) || tools_isactive(dt, TOOLS_FREEHAND_PEN)) { SPCurve *rc = SP_DRAW_CONTEXT(ec)->red_curve; |
