# HG changeset patch # User Wuzzy # Date 1570805762 -7200 # Node ID 25a5a0f86928903aa0c2263adc2d32249086130a # Parent a7d54832fad65f7b341f2d50ced7c3bfe841d372 Remove outdated TODO diff -r a7d54832fad6 -r 25a5a0f86928 hedgewars/uVideoRec.pas --- a/hedgewars/uVideoRec.pas Fri Oct 11 16:54:50 2019 +0200 +++ b/hedgewars/uVideoRec.pas Fri Oct 11 16:56:02 2019 +0200 @@ -289,7 +289,6 @@ // Videos don't work if /lua command was used, so we forbid them if luaCmdUsed then begin - // TODO: Show message to player PlaySound(sndDenied); AddChatString(#0 + shortstring(trmsg[sidVideoRecLuaFail])); AddFileLog('Pre-recording prevented; /lua command was used before');