mirror of
https://github.com/luanti-org/luanti.git
synced 2025-11-08 03:05:18 +01:00
Irrlicht: remove some dead code
This commit is contained in:
@@ -26,7 +26,7 @@ struct SMesh final : public IAnimatedMesh
|
||||
}
|
||||
|
||||
//! clean mesh
|
||||
virtual void clear()
|
||||
void clear()
|
||||
{
|
||||
for (auto *buf : MeshBuffers)
|
||||
buf->drop();
|
||||
|
||||
Reference in New Issue
Block a user