summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--settings.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/settings.c b/settings.c
index 9ddc0e32d..f38124ad1 100644
--- a/settings.c
+++ b/settings.c
@@ -1583,7 +1583,6 @@ const SettingDesc *GetPatchFromName(const char *name, uint *i)
* and besides, it is also better to keep stuff like this at the same place */
void IConsoleSetPatchSetting(const char *name, const char *value)
{
- char newval[20];
int32 val;
uint index;
const SettingDesc *sd = GetPatchFromName(name, &index);