aboutsummaryrefslogtreecommitdiff
path: root/source/Irrlicht/COBJMeshFileLoader.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/Irrlicht/COBJMeshFileLoader.cpp')
-rw-r--r--source/Irrlicht/COBJMeshFileLoader.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/Irrlicht/COBJMeshFileLoader.cpp b/source/Irrlicht/COBJMeshFileLoader.cpp
index 19b9f56..5997e39 100644
--- a/source/Irrlicht/COBJMeshFileLoader.cpp
+++ b/source/Irrlicht/COBJMeshFileLoader.cpp
@@ -26,8 +26,6 @@ namespace scene
#define _IRR_DEBUG_OBJ_LOADER_
#endif
-static const u32 WORD_BUFFER_LENGTH = 512;
-
//! Constructor
COBJMeshFileLoader::COBJMeshFileLoader(scene::ISceneManager* smgr, io::IFileSystem* fs)
: SceneManager(smgr), FileSystem(fs)