summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhecks <42101236+hecktest@users.noreply.github.com>2021-07-22 00:55:20 +0200
committerGitHub <noreply@github.com>2021-07-22 00:55:20 +0200
commita049e8267fabd101cb5c6528b3270214cb0647f0 (patch)
tree0b0efa9af870c2afd36deda3f1ae4fc8cf57563c
parent850293bae6013fe020c454541d61af2c816b3204 (diff)
downloadminetest-a049e8267fabd101cb5c6528b3270214cb0647f0.tar.gz
minetest-a049e8267fabd101cb5c6528b3270214cb0647f0.tar.bz2
minetest-a049e8267fabd101cb5c6528b3270214cb0647f0.zip
Remove unused ITextSceneNode header (#11476)
Co-authored-by: hecktest <>
-rw-r--r--src/client/content_cao.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/content_cao.cpp b/src/client/content_cao.cpp
index 9216f0010..c3ac613a5 100644
--- a/src/client/content_cao.cpp
+++ b/src/client/content_cao.cpp
@@ -20,7 +20,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "content_cao.h"
#include <IBillboardSceneNode.h>
#include <ICameraSceneNode.h>
-#include <ITextSceneNode.h>
#include <IMeshManipulator.h>
#include <IAnimatedMeshSceneNode.h>
#include "client/client.h"