You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-29 16:16:38 +00:00
Cleanup tons of obsolete commented out code
Mostly in EditorNode, dropping some obsolete editor plugins and also a cleanup of ProjectSettings/EditorSettings.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user