aboutsummaryrefslogtreecommitdiff
path: root/src/content_cao.h
diff options
context:
space:
mode:
authorLoïc Blot <nerzhul@users.noreply.github.com>2017-06-19 16:49:34 +0200
committerGitHub <noreply@github.com>2017-06-19 16:49:34 +0200
commit4a789490834157baa8788a2f36c95b86c1e4440e (patch)
tree4ca25d95c0c9d1a33ce09cef2e021b37ddb77975 /src/content_cao.h
parent6eb03c135f17f05d48dd13fe8957bfe0f9654b00 (diff)
downloaddragonfireclient-4a789490834157baa8788a2f36c95b86c1e4440e.tar.xz
Remove IrrlichtDevice unused pointer from ClientActiveObject class & childs (#6010)
Diffstat (limited to 'src/content_cao.h')
-rw-r--r--src/content_cao.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/content_cao.h b/src/content_cao.h
index e353b71de..66d5ca3f9 100644
--- a/src/content_cao.h
+++ b/src/content_cao.h
@@ -65,7 +65,6 @@ private:
ObjectProperties m_prop;
//
scene::ISceneManager *m_smgr = nullptr;
- IrrlichtDevice *m_irr = nullptr;
Client *m_client = nullptr;
aabb3f m_selection_box = aabb3f(-BS/3.,-BS/3.,-BS/3., BS/3.,BS/3.,BS/3.);
scene::IMeshSceneNode *m_meshnode = nullptr;
@@ -169,8 +168,7 @@ public:
void removeFromScene(bool permanent);
- void addToScene(scene::ISceneManager *smgr, ITextureSource *tsrc,
- IrrlichtDevice *irr);
+ void addToScene(scene::ISceneManager *smgr, ITextureSource *tsrc);
inline void expireVisuals()
{