summaryrefslogtreecommitdiffstats
path: root/editor/plugins/gradient_texture_2d_editor_plugin.h
diff options
context:
space:
mode:
authorVolTer <mew.pur.pur@abv.bg>2023-05-31 20:03:04 +0200
committerVolTer <mew.pur.pur@abv.bg>2023-05-31 20:03:04 +0200
commit6566b96b6348e5de10f65f880c51c639b29f1164 (patch)
treedc62bc507cdaa9c3c87683c3bbf168ae83db0c3f /editor/plugins/gradient_texture_2d_editor_plugin.h
parent6101240231600c871f5c5473872532c68ea3268c (diff)
downloadredot-engine-6566b96b6348e5de10f65f880c51c639b29f1164.tar.gz
Use NOTIFICATION_MOUSE_EXIT instead of a signal for a few editor plugins
Diffstat (limited to 'editor/plugins/gradient_texture_2d_editor_plugin.h')
-rw-r--r--editor/plugins/gradient_texture_2d_editor_plugin.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/editor/plugins/gradient_texture_2d_editor_plugin.h b/editor/plugins/gradient_texture_2d_editor_plugin.h
index 5f693f5873..2816b11d74 100644
--- a/editor/plugins/gradient_texture_2d_editor_plugin.h
+++ b/editor/plugins/gradient_texture_2d_editor_plugin.h
@@ -66,8 +66,6 @@ class GradientTexture2DEdit : public Control {
virtual void gui_input(const Ref<InputEvent> &p_event) override;
- void _on_mouse_exited();
-
void _draw();
protected: