You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-15 13:51:40 +00:00
Remove most EditorNode constructor parameters and fields
This commit is contained in:
@@ -166,7 +166,6 @@ class SpriteFramesEditorPlugin : public EditorPlugin {
|
||||
GDCLASS(SpriteFramesEditorPlugin, EditorPlugin);
|
||||
|
||||
SpriteFramesEditor *frames_editor;
|
||||
EditorNode *editor;
|
||||
Button *button;
|
||||
|
||||
public:
|
||||
@@ -176,7 +175,7 @@ public:
|
||||
virtual bool handles(Object *p_object) const override;
|
||||
virtual void make_visible(bool p_visible) override;
|
||||
|
||||
SpriteFramesEditorPlugin(EditorNode *p_node);
|
||||
SpriteFramesEditorPlugin();
|
||||
~SpriteFramesEditorPlugin();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user