removed multiple interface instances hack which you should never do anyways because it breaks everything

This commit is contained in:
SamGondelman 2016-06-17 12:01:02 -07:00
parent 5f7e49b087
commit 7d602986cd

View file

@ -90,11 +90,11 @@ int main(int argc, const char* argv[]) {
qDebug() << "Interface instance appears to be running, exiting";
//return EXIT_SUCCESS;
return EXIT_SUCCESS;
}
#ifdef Q_OS_WIN
//return EXIT_SUCCESS;
return EXIT_SUCCESS;
#endif
}