# # # patch "src/main.cpp" # from [088acebe37554f78724478bb7d698b0b59ab32dd] # to [3721ba7f6006b1b3128beb139fb100fb52166c5d] # ============================================================ --- src/main.cpp 088acebe37554f78724478bb7d698b0b59ab32dd +++ src/main.cpp 3721ba7f6006b1b3128beb139fb100fb52166c5d @@ -22,7 +22,6 @@ #endif #include "DebugLog.h" -#include "Platform.h" #include "GuitoneCore.h" #include "GuitoneStandalone.h" #include "GuitoneDriver.h" @@ -55,8 +54,6 @@ int main(int argc, char** argv) // install our own message handler to catch debug messages, warnings, etc. qInstallMsgHandler(guitoneMsgHandler); - Platform::setupCrashHandler(); - QString locale = QLocale::system().name(); // load the default Qt translations