hedgewars/ArgParsers.inc
changeset 7235 baa69bd025d9
parent 7198 5debd5fe526e
child 7306 3cff5c769509
--- a/hedgewars/ArgParsers.inc	Mon Jun 11 17:56:10 2012 +0400
+++ b/hedgewars/ArgParsers.inc	Mon Jun 11 18:15:30 2012 +0400
@@ -78,7 +78,6 @@
     cVideoQuality:= StrToInt(ParamStr(23));
     cVideoPreset:= ParamStr(24);
     cAudioCodec:= ParamStr(25);
-  // cRecordAudio:= cAudioCodec <> 'no';
     cAudioQuality:= StrToInt(ParamStr(26));
 end;
 {$ENDIF}