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