DEADSOFTWARE

engine: removed SDL2 import from "e_log.pas"
authorKetmar Dark <ketmar@ketmar.no-ip.org>
Sun, 10 Feb 2019 09:18:06 +0000 (11:18 +0200)
committerKetmar Dark <ketmar@ketmar.no-ip.org>
Sun, 10 Feb 2019 09:18:06 +0000 (11:18 +0200)
src/engine/e_log.pas

index 186e1bd924a2ae3f0753c95380d5ed6434c18ca0..8f35d36aa3ba6a54980946a96fda6f9d4983be18 100644 (file)
@@ -54,7 +54,8 @@ var
 implementation
 
 uses
-  SDL2, conbuf, utils;
+  {SDL2,}
+  conbuf, utils;
 
 var
   FirstRecord: Boolean;