(svn r26419) -Cleanup: Remove implementation of BuildTreesWindow::OnPaint since it matches the one of the base class.

This commit is contained in:
frosch 2014-03-23 12:47:04 +00:00
parent 18aaa9670b
commit 3d451a0e6e

View File

@ -100,11 +100,6 @@ public:
}
}
virtual void OnPaint()
{
this->DrawWidgets();
}
virtual void DrawWidget(const Rect &r, int widget) const
{
if (widget < WID_BT_TYPE_11 || widget > WID_BT_TYPE_34 || widget - WID_BT_TYPE_11 >= this->count) return;