Skip to content

Commit 1eeca17

Browse files
committed
SVPaint: Remove empty block
This fixes a warning from LGTM: Empty block without comment Signed-off-by: Stefan Weil <sw@weilnetz.de>
1 parent 9c857ab commit 1eeca17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/viewer/svpaint.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ void SVPaint::Notify(const SVEvent* sv_event) {
171171
else if (sv_event->type == SVET_SELECTION) { SelectionHandler(sv_event); }
172172
else if (sv_event->type == SVET_MENU) { MenuBarHandler(sv_event); }
173173
else if (sv_event->type == SVET_POPUP) { PopupHandler(sv_event); }
174-
else {} //throw other events away
174+
//throw other events away
175175
}
176176

177177
// Builds a new window, initializes the variables and event handler and builds

0 commit comments

Comments
 (0)