*sigh*
authornemo
Wed, 22 Aug 2012 13:03:09 -0400
changeset 7579 51724c98a74f
parent 7577 bdbb072b38b9
child 7581 ea509b70e03d
*sigh*
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.