summaryrefslogtreecommitdiff
path: root/makefiledir
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-12-24 12:47:31 +0000
committertron <tron@openttd.org>2005-12-24 12:47:31 +0000
commit5df6a12ed32e34501ce1539408df67b3d738e4d2 (patch)
treedb785c61df52bd35b2bb82cda17de15d51040cf8 /makefiledir
parent671c085206b201eba1f73642b1346fd514802161 (diff)
downloadopenttd-5df6a12ed32e34501ce1539408df67b3d738e4d2.tar.xz
(svn r3333) Remove some the unimplemented option DISPLAY_WARNINGS from the config writer
Diffstat (limited to 'makefiledir')
-rw-r--r--makefiledir/Makefile.config_writer2
1 files changed, 0 insertions, 2 deletions
diff --git a/makefiledir/Makefile.config_writer b/makefiledir/Makefile.config_writer
index fa627cfa9..9bb44882b 100644
--- a/makefiledir/Makefile.config_writer
+++ b/makefiledir/Makefile.config_writer
@@ -13,7 +13,6 @@ $(MAKE_CONFIG):
$(call CONFIG_LINE,\# User setup flags)
$(call CONFIG_LINE,\# Translator: adds TODO to any untranslated strings)
- $(call CONFIG_LINE,\# Display_Warnings: when off it hides some warnings while compiling)
$(call CONFIG_LINE,\# MIDI: sets path to midi player)
$(call CONFIG_LINE,\# MIDI_ARG: sets an argument which is used when calling the midi player. Default off)
$(call CONFIG_LINE,\# SUPRESS_LANG_ERRORS: supresses output about missing and mismatched strings)
@@ -22,7 +21,6 @@ $(MAKE_CONFIG):
$(call CONFIG_LINE,\# MAX_NUM_AUTOSAVES: sets the max number of autosaves the game keeps before overwriting old ones)
$(call CONFIG_LINE,STATIC:=$(STATIC))
$(call CONFIG_LINE,TRANSLATOR:=$(TRANSLATOR))
- $(call CONFIG_LINE,DISPLAY_WARNINGS:=$(DISPLAY_WARNINGS))
$(call CONFIG_LINE,DEBUG:=$(DEBUG))
$(call CONFIG_LINE,PROFILE:=$(PROFILE))
$(call CONFIG_LINE,MIDI:=$(MIDI))