1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 06:37:35 +00:00

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

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 {