mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 03:47:35 +00:00
SpaceAnalyzer: Remove declaration for unimplemented method
This commit is contained in:
parent
5ece0a13c4
commit
6d64e650f1
1 changed files with 0 additions and 1 deletions
|
@ -49,7 +49,6 @@ private:
|
||||||
virtual void context_menu_event(GUI::ContextMenuEvent&) override;
|
virtual void context_menu_event(GUI::ContextMenuEvent&) override;
|
||||||
virtual void keydown_event(GUI::KeyEvent&) 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;
|
bool rect_can_contain_label(Gfx::IntRect const& rect) const;
|
||||||
|
|
||||||
enum class HasLabel {
|
enum class HasLabel {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue