Removed some experimental code I left in by accident

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22769 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart 2003-08-11 12:49:15 +00:00
parent 4b3163294c
commit 4fa818f673

View File

@ -311,19 +311,6 @@ wxRendererGeneric::DrawSplitterSash(wxWindow *win,
offset = 3;
}
// We need to erase any droppings left behind on
// the splitter background
if ( win->HasFlag(wxSP_3DBORDER) )
{
wxPen pen(win->GetBackgroundColour());
dc.SetPen(pen);
dc.DrawLine(2, 2, size.x - 2, 2);
dc.DrawLine(2, h - 2, size.x - 2, h - 2);
dc.SetPen(wxNullPen);
}
// from left to right
if ( win->HasFlag(wxSP_3D) )
{