Переглянути джерело

SpaceAnalyzer: Remove declaration for unimplemented method

Sam Atkins 2 роки тому
батько
коміт
6d64e650f1
1 змінених файлів з 0 додано та 1 видалено
  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 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 {