diff options
author | Minetest-j45 <janscheresmonesma@gmail.com> | 2021-08-30 16:45:27 +0100 |
---|---|---|
committer | Minetest-j45 <janscheresmonesma@gmail.com> | 2021-08-30 16:45:27 +0100 |
commit | a3925db22672e5111f542a49d76bc72df2072edf (patch) | |
tree | 3faeb7d5aae4f69d7d95f2526bffbea54c6fa846 /src/gui/guiScene.cpp | |
parent | 7824a4956bf489b4e2cc35e0c97272eee06be6ba (diff) | |
download | dragonfireclient-a3925db22672e5111f542a49d76bc72df2072edf.tar.xz |
add airjump and remove unused headers
Diffstat (limited to 'src/gui/guiScene.cpp')
-rw-r--r-- | src/gui/guiScene.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/guiScene.cpp b/src/gui/guiScene.cpp index f0cfbec5e..ee2556b03 100644 --- a/src/gui/guiScene.cpp +++ b/src/gui/guiScene.cpp @@ -21,7 +21,6 @@ with this program; if not, write to the Free Software Foundation, Inc., #include <SViewFrustum.h> #include <IAnimatedMeshSceneNode.h> -#include <ILightSceneNode.h> #include "porting.h" GUIScene::GUIScene(gui::IGUIEnvironment *env, scene::ISceneManager *smgr, |