Merge pull request #101745 from Rindbee/remove-is_top_level_control

Remove confusing `Control::is_top_level_control()`
This commit is contained in:
Thaddeus Crews 2025-04-09 08:51:46 -05:00
commit c7fc877895
No known key found for this signature in database
GPG key ID: 8C6E5FEB5FC03CCC
2 changed files with 0 additions and 11 deletions

View file

@ -454,8 +454,6 @@ public:
// Global relations.
bool is_top_level_control() const;
Control *get_parent_control() const;
Window *get_parent_window() const;
Control *get_root_parent_control() const;