summaryrefslogtreecommitdiffstats
path: root/scene/gui/control.h
diff options
context:
space:
mode:
authorRémi Verschelde <remi@verschelde.fr>2022-02-03 13:35:19 +0100
committerGitHub <noreply@github.com>2022-02-03 13:35:19 +0100
commit7f93eb34cf4b4e900aa9ba185b009fcb409d5d1c (patch)
tree3d31386b4c8200d9882b639b98728588802e0b96 /scene/gui/control.h
parente165f18ae532ddf118b19bdd439f4ac6c226903a (diff)
parent73e784de1e95cfdf775e00e608114f5295813060 (diff)
downloadredot-engine-7f93eb34cf4b4e900aa9ba185b009fcb409d5d1c.tar.gz
Merge pull request #57581 from groud/remove_get_fowus_owner
Diffstat (limited to 'scene/gui/control.h')
-rw-r--r--scene/gui/control.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/scene/gui/control.h b/scene/gui/control.h
index bf79f790e7..962135280f 100644
--- a/scene/gui/control.h
+++ b/scene/gui/control.h
@@ -462,8 +462,6 @@ public:
void set_focus_previous(const NodePath &p_prev);
NodePath get_focus_previous() const;
- Control *get_focus_owner() const;
-
void set_mouse_filter(MouseFilter p_filter);
MouseFilter get_mouse_filter() const;