X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/25a116143a2bae7796b5d8650c5bdd4a122bae13..49732ef2016ce983a66945007f093692cc734b0b:/src/msw/app.cpp diff --git a/src/msw/app.cpp b/src/msw/app.cpp index 02202957d7..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" @@ -308,10 +304,6 @@ bool wxApp::Initialize(int& argc, wxChar **argv) RegisterWindowClasses(); -#if wxUSE_PENWINDOWS - wxRegisterPenWin(); -#endif - wxWinHandleHash = new wxWinHashTable(wxKEY_INTEGER, 100); #if !defined(__WXMICROWIN__) && !defined(__WXWINCE__) @@ -477,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