From 1673659da2aa1f33c63b73059ac78ac9a0f263e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felipe=20Corr=C3=AAa=20da=20Silva=20Sanches?= Date: Wed, 28 Mar 2018 14:14:31 -0300 Subject: a bit more of warning cleanup --- src/verbs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/verbs.cpp') 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; -- cgit v1.2.3