summaryrefslogtreecommitdiff
path: root/src/settings_gui.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-05-29 21:35:49 +0000
committerrubidium <rubidium@openttd.org>2008-05-29 21:35:49 +0000
commitd58080fd445937c2be1a2864d1a86b71eab1c483 (patch)
tree6237cab149cc8d656fc0be087a07d21b0e81038e /src/settings_gui.cpp
parentc33164831de864b1552147c1fb2599f3b7c17191 (diff)
downloadopenttd-d58080fd445937c2be1a2864d1a86b71eab1c483.tar.xz
(svn r13335) -Fix: remove rogue (debugging) printf.
Diffstat (limited to 'src/settings_gui.cpp')
-rw-r--r--src/settings_gui.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/settings_gui.cpp b/src/settings_gui.cpp
index ffa28d9ab..290f18916 100644
--- a/src/settings_gui.cpp
+++ b/src/settings_gui.cpp
@@ -762,7 +762,6 @@ struct PatchesSelectionWindow : Window {
page->entries = MallocT<PatchEntry>(page->num);
for (i = 0; i != page->num; i++) {
uint index;
- printf("%s\n", page->names[i]);
const SettingDesc *sd = GetPatchFromName(page->names[i], &index);
assert(sd != NULL);