diff -r c173fae0a223 -r 8e4e508d153c hedgewars/uConsts.pas --- a/hedgewars/uConsts.pas Wed May 15 03:25:20 2019 +0200 +++ b/hedgewars/uConsts.pas Wed May 15 03:56:00 2019 +0200 @@ -37,7 +37,6 @@ HaltFatalError = 52; // Fatal internal error. See logs for more. Also reports error to frontend HaltStartupError = 53; // Failure loading critical resources HaltFatalErrorNoIPC = 54; // Fatal internal error, IPC socket is not available - HaltVideoRec = 55; // Failure while video recording // for automatic tests HaltTestSuccess = 0; // Test result: success