diff --git a/apps/launcher/main.cpp b/apps/launcher/main.cpp index 282b3fb89..eadec64d0 100644 --- a/apps/launcher/main.cpp +++ b/apps/launcher/main.cpp @@ -51,10 +51,6 @@ int main(int argc, char *argv[]) if (result == Launcher::FirstRunDialogResultFailure) return 0; - // if (!mainWin.setup()) { - // return 0; - // } - if (result == Launcher::FirstRunDialogResultContinue) mainWin.show();