X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/91ebae296d79e73c1a17af0439ff42acfda30aa9..b8af111fa5d3916e6f42fee3af0ab1bec0ace7b6:/src/msw/app.cpp diff --git a/src/msw/app.cpp b/src/msw/app.cpp index b9f63879e6..b6cbc4c8a8 100644 --- a/src/msw/app.cpp +++ b/src/msw/app.cpp @@ -17,10 +17,6 @@ // headers // --------------------------------------------------------------------------- -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma implementation "app.h" -#endif - // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" @@ -473,10 +469,6 @@ void wxApp::CleanUp() wxSetKeyboardHook(false); #endif -#if wxUSE_PENWINDOWS - wxCleanUpPenWin(); -#endif - wxOleUninitialize(); // for an EXE the classes are unregistered when it terminates but DLL may