Browse Source

LibGUI: Remove unneeded access rights

Ben Wiederhake 5 năm trước cách đây
mục cha
commit
55ff392835
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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>);