diff -r bdbb072b38b9 -r 51724c98a74f hedgewars/uRandom.pas --- a/hedgewars/uRandom.pas Wed Aug 22 12:35:46 2012 -0400 +++ b/hedgewars/uRandom.pas Wed Aug 22 13:03:09 2012 -0400 @@ -30,9 +30,6 @@ interface uses uFloat; -procedure initModule; -procedure freeModule; - procedure SetRandomSeed(Seed: shortstring); // Sets the seed that should be used for generating pseudo-random values. function GetRandomf: hwFloat; overload; // Returns a pseudo-random hwFloat. function GetRandom(m: LongWord): LongWord; overload; inline; // Returns a positive pseudo-random integer smaller than m.