From ebb7606e7d7fb9c4fad75065a97825b1df278d04 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Sat, 10 Aug 2002 20:01:34 +0000 Subject: [PATCH] wxMac removed debugging code git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16451 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/generic/prntdlgg.cpp | 1 + src/mac/carbon/control.cpp | 5 ----- src/mac/control.cpp | 5 ----- 3 files changed, 1 insertion(+), 10 deletions(-) diff --git a/src/generic/prntdlgg.cpp b/src/generic/prntdlgg.cpp index 75ce62c8e3..30d393cb4d 100644 --- a/src/generic/prntdlgg.cpp +++ b/src/generic/prntdlgg.cpp @@ -46,6 +46,7 @@ #include "wx/combobox.h" #include "wx/intl.h" #include "wx/sizer.h" + #include "wx/cmndata.h" #endif #if wxUSE_STATLINE diff --git a/src/mac/carbon/control.cpp b/src/mac/carbon/control.cpp index 0ef4cd0a87..9e6e919791 100644 --- a/src/mac/carbon/control.cpp +++ b/src/mac/carbon/control.cpp @@ -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) ; diff --git a/src/mac/control.cpp b/src/mac/control.cpp index 0ef4cd0a87..9e6e919791 100644 --- a/src/mac/control.cpp +++ b/src/mac/control.cpp @@ -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) ; -- 2.45.2