LibGUI: Remove unneeded access rights

This commit is contained in:
Ben Wiederhake 2020-05-01 01:12:15 +02:00 committed by Andreas Kling
parent ca1d11b180
commit 55ff392835
Notes: sideshowbarker 2024-07-19 07:03:28 +09:00

View File

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