hedgewars/hwLibrary.pas
changeset 4850 434cd1284204
parent 4603 d362ab6c7f53
child 4859 74d32d1c3753
--- a/hedgewars/hwLibrary.pas	Mon Jan 17 23:24:55 2011 +0100
+++ b/hedgewars/hwLibrary.pas	Tue Jan 18 00:12:39 2011 +0100
@@ -12,9 +12,8 @@
 // these procedures/functions to the PascalImports.h file (also in the "Pascal Sources" group)
 // to make these functions available in the C/C++/Objective-C source files
 // (add "#include PascalImports.h" near the top of these files if it's not there yet)
-uses cmem, uVariables, PascalExports, hwengine;
+uses cmem, PascalExports, hwengine;
 begin
-    // avoid compiler warnings about units not being used
-    isTerminated:= isTerminated;
+
 end.