settings.c
changeset 4065 92dd8ffde978
parent 4064 97edf7e6091b
child 4077 d3022f976946
--- a/settings.c	Sun Jun 25 12:27:49 2006 +0000
+++ b/settings.c	Sun Jun 25 12:28:40 2006 +0000
@@ -1583,7 +1583,6 @@
  * 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);