diff options
Diffstat (limited to 'gui')
| -rw-r--r-- | gui/main.cpp | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/gui/main.cpp b/gui/main.cpp index ebfd9728..c3e3999a 100644 --- a/gui/main.cpp +++ b/gui/main.cpp @@ -10,7 +10,6 @@  #include "migration/migration.hpp"  #include "main-window.hpp"  #include "options/options.hpp" -#include "compat/win32-com.hpp"  using namespace options;  #include <QApplication>  #include <QCommandLineParser> @@ -119,7 +118,6 @@ WINAPI  main(int argc, char** argv)  {  #ifdef _WIN32 -    init_com_threading();      add_program_library_path();  #elif !defined(__linux)      // workaround QTBUG-38598 | 
