From 1eeca175f785139db31ecccb604f3279e232261f Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Mon, 8 Oct 2018 14:25:05 +0200 Subject: [PATCH] SVPaint: Remove empty block This fixes a warning from LGTM: Empty block without comment Signed-off-by: Stefan Weil --- src/viewer/svpaint.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/viewer/svpaint.cpp b/src/viewer/svpaint.cpp index 515ebf990d..105f6114a7 100644 --- a/src/viewer/svpaint.cpp +++ b/src/viewer/svpaint.cpp @@ -171,7 +171,7 @@ void SVPaint::Notify(const SVEvent* sv_event) { else if (sv_event->type == SVET_SELECTION) { SelectionHandler(sv_event); } else if (sv_event->type == SVET_MENU) { MenuBarHandler(sv_event); } else if (sv_event->type == SVET_POPUP) { PopupHandler(sv_event); } - else {} //throw other events away + //throw other events away } // Builds a new window, initializes the variables and event handler and builds