SpaceAnalyzer: Remove declaration for unimplemented method

This commit is contained in:
Sam Atkins 2022-12-09 16:13:37 +00:00 committed by Linus Groh
parent 5ece0a13c4
commit 6d64e650f1
Notes: sideshowbarker 2024-07-17 03:35:36 +09:00

View file

@ -49,7 +49,6 @@ private:
virtual void context_menu_event(GUI::ContextMenuEvent&) override;
virtual void keydown_event(GUI::KeyEvent&) override;
bool rect_can_contain_children(Gfx::IntRect const& rect) const;
bool rect_can_contain_label(Gfx::IntRect const& rect) const;
enum class HasLabel {