diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-09-16 17:01:24 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-09-16 17:53:40 +0200 |
commit | a5167736460bac22010333cfe7530a5fa50d2c70 (patch) | |
tree | ff4c5885483b06f347df37fb19fa97e6047ae959 /gui | |
parent | 7e97b1b0ee2d93aeb70b0c50954ff08e1f0eca71 (diff) |
compat, dinput: don't overdo COM logic
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 |