From 358f4baccc357f96624d06e0be3dc21165754895 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Fri, 10 Jan 2003 00:16:10 +0000 Subject: [PATCH] Accidentally left wrong fix in the code on last commit... git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@18653 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/controls.i | 6 ------ 1 file changed, 6 deletions(-) diff --git a/wxPython/src/controls.i b/wxPython/src/controls.i index d4f7b2b69d..96ca6cb7b4 100644 --- a/wxPython/src/controls.i +++ b/wxPython/src/controls.i @@ -1176,12 +1176,6 @@ public: //---------------------------------------------------------------------- //---------------------------------------------------------------------- - -%init %{ - // wxRTTI is screwed up for wxGauge on wxMSW, it uses wxGauge95 class name - wxPyPtrTypeMap_Add("wxGauge", "wxGauge95"); -%} - //----------------------------------------------------------------------