summaryrefslogtreecommitdiffstats
path: root/editor/shader_create_dialog.h
diff options
context:
space:
mode:
authorAaron Franke <arnfranke@yahoo.com>2022-08-15 15:08:50 -0500
committerAaron Franke <arnfranke@yahoo.com>2022-08-15 15:08:50 -0500
commita165d4dd72f1c34bac66bdb52587da823aeefac4 (patch)
tree71e32e72ce0b120e9f56e2701b6968dede6349b1 /editor/shader_create_dialog.h
parent4dbb6ecc214375e107427976c19206563a810a43 (diff)
downloadredot-engine-a165d4dd72f1c34bac66bdb52587da823aeefac4.tar.gz
Move ShaderCreateDialog's ShaderType enum out of the header
Diffstat (limited to 'editor/shader_create_dialog.h')
-rw-r--r--editor/shader_create_dialog.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/editor/shader_create_dialog.h b/editor/shader_create_dialog.h
index bf031c3601..9ba655369b 100644
--- a/editor/shader_create_dialog.h
+++ b/editor/shader_create_dialog.h
@@ -44,13 +44,6 @@ class EditorFileDialog;
class ShaderCreateDialog : public ConfirmationDialog {
GDCLASS(ShaderCreateDialog, ConfirmationDialog);
- enum ShaderType {
- SHADER_TYPE_TEXT,
- SHADER_TYPE_VISUAL,
- SHADER_TYPE_INC,
- SHADER_TYPE_MAX,
- };
-
struct ShaderTypeData {
List<String> extensions;
String default_extension;