forked from mirror/openmw-tes3mp
Remove unused code
This commit is contained in:
parent
4f2a031f4e
commit
a5411c1ec2
1 changed files with 0 additions and 4 deletions
|
@ -51,10 +51,6 @@ int main(int argc, char *argv[])
|
||||||
if (result == Launcher::FirstRunDialogResultFailure)
|
if (result == Launcher::FirstRunDialogResultFailure)
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
// if (!mainWin.setup()) {
|
|
||||||
// return 0;
|
|
||||||
// }
|
|
||||||
|
|
||||||
if (result == Launcher::FirstRunDialogResultContinue)
|
if (result == Launcher::FirstRunDialogResultContinue)
|
||||||
mainWin.show();
|
mainWin.show();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue