changeset 12928:871f498af332 draft

(svn r17421) -Fix (r17418): Don't output debug information in signs list.
author alberth <alberth@openttd.org>
date Sat, 05 Sep 2009 08:01:08 +0000
parents 950767ea4ee5
children 59f5a68dad33
files src/signs_gui.cpp
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/signs_gui.cpp
+++ b/src/signs_gui.cpp
@@ -96,7 +96,6 @@
 		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();