]> git.saurik.com Git - wxWidgets.git/blobdiff - src/dfb/window.cpp
cleanup mac
[wxWidgets.git] / src / dfb / window.cpp
index 2470e530ba6d6bd99c3fa50c28255766b7a16d31..78146c966e3574498dc22f4467f09938097e27c1 100644 (file)
@@ -565,14 +565,6 @@ void wxWindowDFB::GetTextExtent(const wxString& string,
 // painting
 // ---------------------------------------------------------------------------
 
-void wxWindowDFB::Clear()
-{
-    wxClientDC dc((wxWindow *)this);
-    wxBrush brush(GetBackgroundColour(), wxSOLID);
-    dc.SetBackground(brush);
-    dc.Clear();
-}
-
 void wxWindowDFB::Refresh(bool WXUNUSED(eraseBack), const wxRect *rect)
 {
     if ( !IsShown() || IsFrozen() )