summaryrefslogtreecommitdiffstats
path: root/scene/gui/control.h
diff options
context:
space:
mode:
authorClay John <claynjohn@gmail.com>2022-10-23 17:02:04 -0700
committerGitHub <noreply@github.com>2022-10-23 17:02:04 -0700
commit4134f2a464a3914520755a8780aebac6cb403f6b (patch)
tree4d55a7b95fd6696bae6942c3a497378f94a10ca3 /scene/gui/control.h
parent753a182797e28e740c09a0d7c03b94d33946a0f6 (diff)
parentb8031bb7d6d0bed33c058db20b58800e615538e3 (diff)
downloadredot-engine-4134f2a464a3914520755a8780aebac6cb403f6b.tar.gz
Merge pull request #67566 from Sauermann/fix-code-simplifications
Code simplifications
Diffstat (limited to 'scene/gui/control.h')
-rw-r--r--scene/gui/control.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/scene/gui/control.h b/scene/gui/control.h
index 114b67debd..72e870930d 100644
--- a/scene/gui/control.h
+++ b/scene/gui/control.h
@@ -445,7 +445,6 @@ public:
Rect2 get_rect() const;
Rect2 get_global_rect() const;
Rect2 get_screen_rect() const;
- Rect2 get_window_rect() const; ///< use with care, as it blocks waiting for the rendering server
Rect2 get_anchorable_rect() const override;
void set_scale(const Vector2 &p_scale);