hedgewars/uLocale.pas
changeset 3407 dcc129c4352e
parent 3384 7eb4707d43f0
child 3476 1ec68b8d3bd1
--- a/hedgewars/uLocale.pas	Sun May 02 20:30:23 2010 +0000
+++ b/hedgewars/uLocale.pas	Sun May 02 22:00:50 2010 +0000
@@ -58,7 +58,7 @@
 function GetEventString(e: TEventId): ansistring;
 
 implementation
-uses uMisc, uRandom, uConsole;
+uses uMisc, uRandom;
 
 var trevt: array[TEventId] of array [0..Pred(MAX_EVENT_STRINGS)] of ansistring;
     trevt_n: array[TEventId] of integer;