diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/signs_gui.cpp | 1 |
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(); |