aboutsummaryrefslogtreecommitdiff
path: root/source/Irrlicht/os.cpp
diff options
context:
space:
mode:
authorJosiahWI <josiah_vanderzee@mediacombb.net>2021-11-09 13:47:54 -0600
committersfan5 <sfan5@live.de>2021-11-24 22:06:12 +0100
commitd4119ba6640fa96eb0587b46c4a64c2e818818a8 (patch)
treed60155aebde25019889fa85411eaee0a5117d8d9 /source/Irrlicht/os.cpp
parent2f2d37dce6448715b4154b8c6358289e18ebdf9d (diff)
downloadirrlicht-d4119ba6640fa96eb0587b46c4a64c2e818818a8.tar.xz
Remove unused functions
renderLine16_Blend(), renderLine16_Decal(), renderLine32_Blend(), renderLine32_Decal() clipLine() frand() drawRectangle() and drawLine() remove unused private fields
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;