diff options
author | hecks <42101236+hecktest@users.noreply.github.com> | 2021-07-22 00:55:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-22 00:55:20 +0200 |
commit | a049e8267fabd101cb5c6528b3270214cb0647f0 (patch) | |
tree | 0b0efa9af870c2afd36deda3f1ae4fc8cf57563c /src | |
parent | 850293bae6013fe020c454541d61af2c816b3204 (diff) | |
download | minetest-a049e8267fabd101cb5c6528b3270214cb0647f0.tar.gz minetest-a049e8267fabd101cb5c6528b3270214cb0647f0.tar.bz2 minetest-a049e8267fabd101cb5c6528b3270214cb0647f0.zip |
Remove unused ITextSceneNode header (#11476)
Co-authored-by: hecktest <>
Diffstat (limited to 'src')
-rw-r--r-- | src/client/content_cao.cpp | 1 |
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" |