summaryrefslogtreecommitdiff
path: root/Userland/Applications
diff options
context:
space:
mode:
authorSam Atkins <atkinssj@serenityos.org>2022-12-09 16:13:37 +0000
committerLinus Groh <mail@linusgroh.de>2022-12-09 23:23:00 +0000
commit6d64e650f1c9adf993834637a95041e4fde087b2 (patch)
tree81911ddcefa63caf3b2ac2b9a0a6abd20c2b15b3 /Userland/Applications
parent5ece0a13c45341b8a0ca1015a29c0ceed0c33c31 (diff)
downloadserenity-6d64e650f1c9adf993834637a95041e4fde087b2.zip
SpaceAnalyzer: Remove declaration for unimplemented method
Diffstat (limited to 'Userland/Applications')
-rw-r--r--Userland/Applications/SpaceAnalyzer/TreeMapWidget.h1
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 {