mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-12-01 07:59:05 +08:00
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:
parent
9c857ab962
commit
1eeca175f7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user