From 33349a2073d54c2c95146627fca01839956306ed Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 4 Aug 2005 21:01:29 +0000 Subject: [PATCH] removed more remains of wxUSE_PENWINDOWS git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35102 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/msw/app.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/msw/app.cpp b/src/msw/app.cpp index b9f63879e6..9a26a78043 100644 --- a/src/msw/app.cpp +++ b/src/msw/app.cpp @@ -473,10 +473,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 -- 2.45.2