diff options
author | kobewi <kobewi4e@gmail.com> | 2023-01-14 03:37:19 +0100 |
---|---|---|
committer | kobewi <kobewi4e@gmail.com> | 2023-01-14 15:16:51 +0100 |
commit | 59ea36b87cb84ce40ebf702e65f0493dd1c40141 (patch) | |
tree | 40d0e845a87ccf5aa013e75c437912d55a1d1f77 /editor/plugins/shader_editor_plugin.h | |
parent | a51ca2beafc5d74d3e62cb56fbba76ceb39160a3 (diff) |
Remove set_drag_forwarding_compat()
Diffstat (limited to 'editor/plugins/shader_editor_plugin.h')
-rw-r--r-- | editor/plugins/shader_editor_plugin.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/editor/plugins/shader_editor_plugin.h b/editor/plugins/shader_editor_plugin.h index 8ca4a534ab..408d08ade0 100644 --- a/editor/plugins/shader_editor_plugin.h +++ b/editor/plugins/shader_editor_plugin.h @@ -92,9 +92,6 @@ class ShaderEditorPlugin : public EditorPlugin { bool can_drop_data_fw(const Point2 &p_point, const Variant &p_data, Control *p_from) const; void drop_data_fw(const Point2 &p_point, const Variant &p_data, Control *p_from); -protected: - static void _bind_methods(); - public: virtual String get_name() const override { return "Shader"; } virtual void edit(Object *p_object) override; |