You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Remove set_drag_forwarding_compat()
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user