]> git.saurik.com Git - wxWidgets.git/commitdiff
removed wxUSE_PENWINDOWS (and its misspellings), it didn't work and wasn't used/defined
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 4 Aug 2005 20:28:00 +0000 (20:28 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 4 Aug 2005 20:28:00 +0000 (20:28 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35097 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/private.h
include/wx/msw/setup0.h
include/wx/msw/setup_microwin.h
include/wx/os2/setup0.h
include/wx/palmos/setup0.h
src/msw/app.cpp

index 840642a60c461b632fefc71ffedf2d13ef06acd1..1af4b77fcafb076db30ad5b6d2e254f5bcf35ac8 100644 (file)
@@ -108,12 +108,6 @@ extern WXDLLIMPEXP_DATA_BASE(HINSTANCE) wxhInstance;
 #endif
 #endif
 
-#if wxUSE_PENWIN
-    WXDLLEXPORT void wxRegisterPenWin();
-    WXDLLEXPORT void wxCleanUpPenWin();
-    WXDLLEXPORT void wxEnablePenAppHooks (bool hook);
-#endif // wxUSE_PENWIN
-
 #if wxUSE_ITSY_BITSY
     #define IBS_HORZCAPTION    0x4000L
     #define IBS_VERTCAPTION    0x8000L
index 0c6fcaec1e5651dbf32717452e9d8b6208f9154f..f5bc41e56e726f45b26be368273850dafa156c11 100644 (file)
 // NB: all settings in this section are obsolete and should not be used/changed
 //     at all, they will disappear
 
-// Set to 1 to use PenWindows
-#define wxUSE_PENWINDOWS             0
-
 // Define 1 to use bitmap messages.
 #define wxUSE_BITMAP_MESSAGE         1
 
index 38ebca0dcab8e52377c301ef4bb7b8e1a0ae3dc6..34d687fef8ca298ea487b045530021fb4c6aa4ab 100644 (file)
 // NB: all settings in this section are obsolete and should not be used/changed
 //     at all, they will disappear
 
-// Set to 1 to use PenWindows
-#define wxUSE_PENWINDOWS             0
-
 // Define 1 to use bitmap messages.
 #define wxUSE_BITMAP_MESSAGE         1
 
index 9e9217494714cf67c48fe89c15fe707097adcdce..5c9989e68afae68bfc011fd2b28d2e8a195322fb 100644 (file)
 // NB: all settings in this section are obsolete and should not be used/changed
 //     at all, they will disappear
 
-// Set to 1 to use PenWindows
-#define wxUSE_PENWINDOWS             0
-
 // Define 1 to use bitmap messages.
 #define wxUSE_BITMAP_MESSAGE         1
 
index c4aefcc9f320d1e66efd8199b4a2dfef5204d83d..710d51df6dcb887fe14be10072c3623fe14aa6ea 100644 (file)
 // NB: all settings in this section are obsolete and should not be used/changed
 //     at all, they will disappear
 
-// Set to 1 to use PenWindows
-#define wxUSE_PENWINDOWS             0
-
 // Define 1 to use bitmap messages.
 #define wxUSE_BITMAP_MESSAGE         0
 
index 02202957d78e4cca8373396f31a1ee0816d6b24a..b9f63879e646b9b5d402d51608a02ea9e1efd00e 100644 (file)
@@ -308,10 +308,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__)