Changeset - r21326:6cb438b901d9
[Not reviewed]
master
0 1 0
frosch - 10 years ago 2014-03-23 12:47:04
frosch@openttd.org
(svn r26419) -Cleanup: Remove implementation of BuildTreesWindow::OnPaint since it matches the one of the base class.
1 file changed with 0 insertions and 5 deletions:
0 comments (0 inline, 0 general)
src/tree_gui.cpp
Show inline comments
 
@@ -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;
0 comments (0 inline, 0 general)