aboutsummaryrefslogtreecommitdiff
path: root/source/Irrlicht/os.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/Irrlicht/os.cpp')
-rw-r--r--source/Irrlicht/os.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/source/Irrlicht/os.cpp b/source/Irrlicht/os.cpp
index a410a91..b736eaf 100644
--- a/source/Irrlicht/os.cpp
+++ b/source/Irrlicht/os.cpp
@@ -338,12 +338,6 @@ namespace os
return seed-1; // -1 because we want it to start at 0
}
- //! generates a pseudo random number
- f32 Randomizer::frand()
- {
- return rand()*(1.f/rMax);
- }
-
s32 Randomizer::randMax()
{
return rMax;