summaryrefslogtreecommitdiff
path: root/src/signs_gui.cpp
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2009-09-05 08:01:08 +0000
committeralberth <alberth@openttd.org>2009-09-05 08:01:08 +0000
commitf381e9d0227973ceac050c0ce3fb1ac10d87e6a1 (patch)
tree766ec22065a33de6398680a1a8a5a31e12be62ea /src/signs_gui.cpp
parent0bfea0646c93e627cbf2f358aea57dbf8eb8abfe (diff)
downloadopenttd-f381e9d0227973ceac050c0ce3fb1ac10d87e6a1.tar.xz
(svn r17421) -Fix (r17418): Don't output debug information in signs list.
Diffstat (limited to 'src/signs_gui.cpp')
-rw-r--r--src/signs_gui.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/signs_gui.cpp b/src/signs_gui.cpp
index e27a207ae..3a5dad7b0 100644
--- a/src/signs_gui.cpp
+++ b/src/signs_gui.cpp
@@ -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();