hedgewars/uConsts.pas
changeset 14952 8e4e508d153c
parent 14896 63357ed39886
child 14995 e796e9a88394
--- 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