]> git.saurik.com Git - wxWidgets.git/commitdiff
wxMac removed debugging code
authorStefan Csomor <csomor@advancedconcepts.ch>
Sat, 10 Aug 2002 20:01:34 +0000 (20:01 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Sat, 10 Aug 2002 20:01:34 +0000 (20:01 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16451 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/generic/prntdlgg.cpp
src/mac/carbon/control.cpp
src/mac/control.cpp

index 75ce62c8e36b9a2c748f06df96123b4d508b43fa..30d393cb4d9777c24acd079888b8717b19ef10b9 100644 (file)
@@ -46,6 +46,7 @@
     #include "wx/combobox.h"
     #include "wx/intl.h"
     #include "wx/sizer.h"
+    #include "wx/cmndata.h"
 #endif
 
 #if wxUSE_STATLINE
index 0ef4cd0a87dd7c8f49c409abb1205790c2193773..9e6e9197912634743096391ba829f5f1ca5fb7c9 100644 (file)
@@ -767,11 +767,6 @@ void wxControl::MacRedrawControl()
 
 void wxControl::OnPaint(wxPaintEvent& event)
 {
-    if ( IsKindOf( CLASSINFO( wxBitmapButton ) ) )
-    {
-        int i ;
-        i = 0 ;
-    }
     if ( (ControlHandle) m_macControl )
     {
         wxPaintDC dc(this) ;
index 0ef4cd0a87dd7c8f49c409abb1205790c2193773..9e6e9197912634743096391ba829f5f1ca5fb7c9 100644 (file)
@@ -767,11 +767,6 @@ void wxControl::MacRedrawControl()
 
 void wxControl::OnPaint(wxPaintEvent& event)
 {
-    if ( IsKindOf( CLASSINFO( wxBitmapButton ) ) )
-    {
-        int i ;
-        i = 0 ;
-    }
     if ( (ControlHandle) m_macControl )
     {
         wxPaintDC dc(this) ;