Skip to content

Commit

Permalink
Remove Scenegraph::Label3D references
Browse files Browse the repository at this point in the history
  • Loading branch information
fluffyfreak committed Nov 20, 2024
1 parent fcaafe5 commit aadf6dc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion src/graphics/Drawables.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
#include "graphics/Types.h"
#include "graphics/VertexBuffer.h"
#include "profiler/Profiler.h"
#include "scenegraph/Label3D.h"

#include <sstream>

Expand Down
4 changes: 0 additions & 4 deletions src/graphics/Drawables.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@

struct Aabb;

namespace SceneGraph {
class Label3D;
} //namespace SceneGraph

namespace Graphics {
class Renderer;

Expand Down

0 comments on commit aadf6dc

Please sign in to comment.