removed wxUSE_PENWINDOWS (and its misspellings), it didn't work and wasn't used/defined

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35097 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2005-08-04 20:28:00 +00:00
parent 16f10340da
commit 91ebae296d
6 changed files with 0 additions and 22 deletions

View 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__)