*** empty log message ***

svn path=/trunk/boinc/; revision=11435
This commit is contained in:
Charlie Fenton 2006-11-01 09:40:24 +00:00
parent a5c955fa6b
commit eedec3f7a5
1 changed files with 0 additions and 13 deletions

View File

@ -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