aboutsummaryrefslogtreecommitdiff
path: root/source/Irrlicht/CB3DMeshFileLoader.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/CB3DMeshFileLoader.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/CB3DMeshFileLoader.cpp')
-rw-r--r--source/Irrlicht/CB3DMeshFileLoader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Irrlicht/CB3DMeshFileLoader.cpp b/source/Irrlicht/CB3DMeshFileLoader.cpp
index ec20bf8..41498ea 100644
--- a/source/Irrlicht/CB3DMeshFileLoader.cpp
+++ b/source/Irrlicht/CB3DMeshFileLoader.cpp
@@ -26,7 +26,7 @@ namespace scene
//! Constructor
CB3DMeshFileLoader::CB3DMeshFileLoader(scene::ISceneManager* smgr)
-: SceneManager(smgr), AnimatedMesh(0), B3DFile(0), NormalsInFile(false),
+: AnimatedMesh(0), B3DFile(0), NormalsInFile(false),
HasVertexColors(false), ShowWarning(true)
{
#ifdef _DEBUG