mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-28 12:18:25 +00:00
LibGUI: Remove unneeded access rights
This commit is contained in:
committed by
Andreas Kling
parent
ca1d11b180
commit
55ff392835
@@ -34,7 +34,6 @@ namespace GUI {
|
||||
|
||||
class AbstractView : public ScrollableWidget {
|
||||
C_OBJECT_ABSTRACT(AbstractView)
|
||||
friend class Model;
|
||||
|
||||
public:
|
||||
void set_model(RefPtr<Model>);
|
||||
|
||||
Reference in New Issue
Block a user