--- 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.