Browse Source

LibGUI: Remove unneeded access rights

Ben Wiederhake 5 years ago
parent
commit
55ff392835
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Libraries/LibGUI/AbstractView.h

+ 0 - 1
Libraries/LibGUI/AbstractView.h

@@ -34,7 +34,6 @@ namespace GUI {
 
 class AbstractView : public ScrollableWidget {
     C_OBJECT_ABSTRACT(AbstractView)
-    friend class Model;
 
 public:
     void set_model(RefPtr<Model>);