aboutsummaryrefslogtreecommitdiff
path: root/editor/plugins/editor_preview_plugins.h
diff options
context:
space:
mode:
authorRémi Verschelde2017-08-26 17:46:49 +0200
committerRémi Verschelde2017-08-26 17:47:57 +0200
commit565600e8445a3073e4188a1a2bde1f47dd299c5a (patch)
tree0cb16e4c20e2abaa6f17cfec7f3fa870b92caa13 /editor/plugins/editor_preview_plugins.h
parentdd7145b778ea4884fd52f5efaf79dc55375c8465 (diff)
downloadgodot-565600e8445a3073e4188a1a2bde1f47dd299c5a.tar.gz
godot-565600e8445a3073e4188a1a2bde1f47dd299c5a.tar.zst
godot-565600e8445a3073e4188a1a2bde1f47dd299c5a.zip
Cleanup tons of obsolete commented out code
Mostly in EditorNode, dropping some obsolete editor plugins and also a cleanup of ProjectSettings/EditorSettings.
Diffstat (limited to 'editor/plugins/editor_preview_plugins.h')
-rw-r--r--editor/plugins/editor_preview_plugins.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/editor/plugins/editor_preview_plugins.h b/editor/plugins/editor_preview_plugins.h
index 7e7d36eb1..2ce35390a 100644
--- a/editor/plugins/editor_preview_plugins.h
+++ b/editor/plugins/editor_preview_plugins.h
@@ -97,6 +97,7 @@ public:
EditorScriptPreviewPlugin();
};
+// FIXME: Needs to be rewritten for AudioStream in Godot 3.0+
#if 0
class EditorSamplePreviewPlugin : public EditorResourcePreviewGenerator {
public:
@@ -106,8 +107,8 @@ public:
EditorSamplePreviewPlugin();
};
-
#endif
+
class EditorMeshPreviewPlugin : public EditorResourcePreviewGenerator {
GDCLASS(EditorMeshPreviewPlugin, EditorResourcePreviewGenerator)