diff options
Diffstat (limited to 'source/EditorCore.hpp')
-rw-r--r-- | source/EditorCore.hpp | 2 |
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, }; |