]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/window.cpp
new VC++ project files with both dll and lib in one project
[wxWidgets.git] / src / os2 / window.cpp
index affeabe47e5588111935250d5a1448f18901c9d7..70d2e322aafb1ab66b230253383024e8008ea6bc 100644 (file)
@@ -1385,17 +1385,6 @@ bool wxWindowOS2::Reparent(
     return TRUE;
 } // end of wxWindowOS2::Reparent
 
-void wxWindowOS2::Clear()
-{
-    wxClientDC                      vDc((wxWindow*)this);
-    wxBrush                         vBrush( GetBackgroundColour()
-                                           ,wxSOLID
-                                          );
-
-    vDc.SetBackground(vBrush);
-    vDc.Clear();
-} // end of wxWindowOS2::Clear
-
 void wxWindowOS2::Update()
 {
     ::WinUpdateWindow(GetHwnd());