diff options
author | Sam Atkins <atkinssj@serenityos.org> | 2022-12-09 16:13:37 +0000 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-12-09 23:23:00 +0000 |
commit | 6d64e650f1c9adf993834637a95041e4fde087b2 (patch) | |
tree | 81911ddcefa63caf3b2ac2b9a0a6abd20c2b15b3 /Userland/Applications | |
parent | 5ece0a13c45341b8a0ca1015a29c0ceed0c33c31 (diff) | |
download | serenity-6d64e650f1c9adf993834637a95041e4fde087b2.zip |
SpaceAnalyzer: Remove declaration for unimplemented method
Diffstat (limited to 'Userland/Applications')
-rw-r--r-- | Userland/Applications/SpaceAnalyzer/TreeMapWidget.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Userland/Applications/SpaceAnalyzer/TreeMapWidget.h b/Userland/Applications/SpaceAnalyzer/TreeMapWidget.h index f833e01dc0..d28ac5bea0 100644 --- a/Userland/Applications/SpaceAnalyzer/TreeMapWidget.h +++ b/Userland/Applications/SpaceAnalyzer/TreeMapWidget.h @@ -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 { |