1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-25 07:29:10 +00:00

(svn r13141) -Codechange: remove an unused variable from Window.

This commit is contained in:
rubidium
2008-05-17 13:04:30 +00:00
parent 87015f5b63
commit 7812b24a77
2 changed files with 0 additions and 4 deletions

View File

@@ -804,13 +804,10 @@ static Window *ForceFindDeletableWindow()
* @param widget pointer of widget array to fill the window with
*
* @post \c w->widget points to allocated memory and contains the copied widget array except for the terminating widget,
* \c w->original_widget points to the original widgets,
* \c w->widget_count contains number of widgets in the allocated memory.
*/
static void AssignWidgetToWindow(Window *w, const Widget *widget)
{
w->original_widget = widget;
if (widget != NULL) {
uint index = 1;