From ba60e6f1f7ec109a1214aba3e6c8f2f5b78fc230 Mon Sep 17 00:00:00 2001 From: Ian C Date: Mon, 11 Apr 2005 00:14:13 +0000 Subject: Removed SetState() debug --- src/radiobutton.cpp | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/radiobutton.cpp b/src/radiobutton.cpp index ac1a5cc..e02abaf 100644 --- a/src/radiobutton.cpp +++ b/src/radiobutton.cpp @@ -57,14 +57,7 @@ void RadioButton::OnPress(Window *owner, W32DLibCallback callback) // void RadioButton::SetState() { - BOOL ret=CheckRadioButton(m_parent->GetHWND(),m_first,m_last,m_resid); - - W32DEBUGOUT("CheckRadioButton(" << m_parent->GetHWND() <<"," << - m_first << "," << - m_last << "," << - m_resid << - ") for " << m_resid << - " returned " << ret); + CheckRadioButton(m_parent->GetHWND(),m_first,m_last,m_resid); } -- cgit v1.2.3