Code cleanup

This commit is contained in:
pokamest 2022-09-10 19:57:44 +03:00
parent de8977723a
commit c5ba89b054
7 changed files with 3 additions and 88 deletions

View file

@ -9,10 +9,6 @@
#include "Windows.h"
#endif
#if defined(Q_OS_ANDROID)
#include "native.h"
#endif
#if defined(Q_OS_IOS)
#include "platforms/ios/QtAppDelegate-C-Interface.h"
#endif
@ -46,10 +42,6 @@ int main(int argc, char *argv[])
AllowSetForegroundWindow(0);
#endif
#if defined(Q_OS_ANDROID)
NativeHelpers::registerApplicationInstance(&app);
#endif
#if defined(Q_OS_IOS)
QtAppDelegateInitialize();
#endif