aboutsummaryrefslogtreecommitdiff
path: root/source/Irrlicht/CXMeshFileLoader.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/CXMeshFileLoader.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/CXMeshFileLoader.cpp')
-rw-r--r--source/Irrlicht/CXMeshFileLoader.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/Irrlicht/CXMeshFileLoader.cpp b/source/Irrlicht/CXMeshFileLoader.cpp
index 27c4e36..343895f 100644
--- a/source/Irrlicht/CXMeshFileLoader.cpp
+++ b/source/Irrlicht/CXMeshFileLoader.cpp
@@ -28,8 +28,7 @@ namespace scene
//! Constructor
CXMeshFileLoader::CXMeshFileLoader(scene::ISceneManager* smgr, io::IFileSystem* fs)
-: SceneManager(smgr), FileSystem(fs), AnimatedMesh(0),
- Buffer(0), P(0), End(0), BinaryNumCount(0), Line(0),
+: AnimatedMesh(0), Buffer(0), P(0), End(0), BinaryNumCount(0), Line(0),
CurFrame(0), MajorVersion(0), MinorVersion(0), BinaryFormat(false), FloatSize(0)
{
#ifdef _DEBUG