aboutsummaryrefslogtreecommitdiff
path: root/source/EditorCore.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/EditorCore.hpp')
-rw-r--r--source/EditorCore.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/EditorCore.hpp b/source/EditorCore.hpp
index 2216de5..84e42d0 100644
--- a/source/EditorCore.hpp
+++ b/source/EditorCore.hpp
@@ -14,7 +14,6 @@ struct EditorInspector {
enum TargetType {
ITT_GameObject,
ITT_Shader,
- ITT_Material,
ITT_Ires,
ITT_None,
};
@@ -32,7 +31,6 @@ private:
enum Pane {
P_Settings,
P_Shader,
- P_Material,
P_Ires,
};