Browse Source

SpaceAnalyzer: Remove declaration for unimplemented method

Sam Atkins 2 years ago
parent
commit
6d64e650f1
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Userland/Applications/SpaceAnalyzer/TreeMapWidget.h

+ 0 - 1
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 {