SVPaint: Remove empty block

This fixes a warning from LGTM:

    Empty block without comment

Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
Stefan Weil 2018-10-08 14:25:05 +02:00
parent 9c857ab962
commit 1eeca175f7

View File

@ -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