From 3352dc7e62e85d747698d15f25ece3e11975847d Mon Sep 17 00:00:00 2001 From: frosch Date: Sun, 23 Mar 2014 12:47:04 +0000 Subject: (svn r26419) -Cleanup: Remove implementation of BuildTreesWindow::OnPaint since it matches the one of the base class. --- src/tree_gui.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/tree_gui.cpp b/src/tree_gui.cpp index d1429d144..784f4546d 100644 --- a/src/tree_gui.cpp +++ b/src/tree_gui.cpp @@ -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; -- cgit v1.2.3-70-g09d2