(svn r17421) -Fix (r17418): Don't output debug information in signs list.

replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
alberth 15 years ago
parent 0bfea0646c
commit f381e9d022

@ -96,7 +96,6 @@ struct SignListWindow : Window, SignList {
this->InitNested(desc, window_number);
this->vscroll.SetCapacity(this->nested_array[SLW_LIST]->current_y / this->resize.step_height);
printf("resize step = %d\n", this->resize.step_height);
/* Create initial list. */
this->signs.ForceRebuild();

Loading…
Cancel
Save