aboutsummaryrefslogtreecommitdiff
path: root/include/irrlicht.h
diff options
context:
space:
mode:
authorsfan5 <sfan5@live.de>2021-12-29 13:12:09 +0100
committerGitHub <noreply@github.com>2021-12-29 13:12:09 +0100
commitdd09fdcb4e56fc6185ed25d39ab68fad88f31e3b (patch)
treec0f97fda676c271d723c84c01fdcef79476b759d /include/irrlicht.h
parent4bdecbc6b7a58ed45b94b747d8441391baef2094 (diff)
downloadirrlicht-dd09fdcb4e56fc6185ed25d39ab68fad88f31e3b.tar.xz
Remove more unused code (#87)
Diffstat (limited to 'include/irrlicht.h')
-rw-r--r--include/irrlicht.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/irrlicht.h b/include/irrlicht.h
index eb86766..15a8eca 100644
--- a/include/irrlicht.h
+++ b/include/irrlicht.h
@@ -31,7 +31,6 @@
#include "IrrCompileConfig.h"
#include "aabbox3d.h"
-#include "CDynamicMeshBuffer.h"
#include "CIndexBuffer.h"
#include "CMeshBuffer.h"
#include "coreutil.h"
@@ -50,7 +49,6 @@
#include "EMeshWriterEnums.h"
#include "EMessageBoxFlags.h"
#include "ESceneNodeTypes.h"
-#include "ETerrainElements.h"
#include "fast_atof.h"
#include "heapsort.h"
#include "IAnimatedMesh.h"
@@ -63,7 +61,6 @@
#include "IContextManager.h"
#include "ICursorControl.h"
#include "IDummyTransformationSceneNode.h"
-#include "IDynamicMeshBuffer.h"
#include "IEventReceiver.h"
#include "IFileList.h"
#include "IFileSystem.h"
@@ -150,12 +147,10 @@
#include "SColor.h"
#include "SExposedVideoData.h"
#include "SIrrCreationParameters.h"
-#include "SKeyMap.h"
#include "SLight.h"
#include "SMaterial.h"
#include "SMesh.h"
#include "SMeshBuffer.h"
-#include "SSharedMeshBuffer.h"
#include "SSkinMeshBuffer.h"
#include "SVertexIndex.h"
#include "SViewFrustum.h"