mirror of
https://github.com/minetest/irrlicht.git
synced 2025-07-02 00:00:26 +02:00
Remove unused functions
renderLine16_Blend(), renderLine16_Decal(), renderLine32_Blend(), renderLine32_Decal() clipLine() frand() drawRectangle() and drawLine() remove unused private fields
This commit is contained in:
@ -58,9 +58,6 @@ namespace os
|
||||
//! generates a pseudo random number in the range 0..randMax()
|
||||
static s32 rand();
|
||||
|
||||
//! generates a pseudo random number in the range 0..1
|
||||
static f32 frand();
|
||||
|
||||
//! get maximum number generated by rand()
|
||||
static s32 randMax();
|
||||
|
||||
|
Reference in New Issue
Block a user