From eedec3f7a51f341ce5319e1e1244a6f75a08614b Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Wed, 1 Nov 2006 09:40:24 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=11435 --- clientgui/sg_CustomControls.cpp | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/clientgui/sg_CustomControls.cpp b/clientgui/sg_CustomControls.cpp index c07f798388..9c3f0066a2 100644 --- a/clientgui/sg_CustomControls.cpp +++ b/clientgui/sg_CustomControls.cpp @@ -186,16 +186,3 @@ void CTransparentStaticTextAssociate::OnMouse(wxMouseEvent& event) { } event.Skip(); } - - -#if 0 -void CTransparentStaticTextAssociate::OnEraseBackground(wxEraseEvent& event){ - CSkinSimple* pSkinSimple = wxGetApp().GetSkinManager()->GetSimple(); - - wxASSERT(pSkinSimple); - wxASSERT(wxDynamicCast(pSkinSimple, CSkinSimple)); - - wxDC *dc = event.GetDC(); - dc->DrawBitmap(*pSkinSimple->GetPreferencesDialogBackgroundImage()->GetBitmap(), 0, 0); -} -#endif