mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-28 13:43:45 +03:00
LibGUI: Remove unneeded access rights
This commit is contained in:
parent
ca1d11b180
commit
55ff392835
Notes:
sideshowbarker
2024-07-19 07:03:28 +09:00
Author: https://github.com/BenWiederhake Commit: https://github.com/SerenityOS/serenity/commit/55ff392835d Pull-request: https://github.com/SerenityOS/serenity/pull/2036 Reviewed-by: https://github.com/awesomekling Reviewed-by: https://github.com/zlotny
@ -34,7 +34,6 @@ namespace GUI {
|
||||
|
||||
class AbstractView : public ScrollableWidget {
|
||||
C_OBJECT_ABSTRACT(AbstractView)
|
||||
friend class Model;
|
||||
|
||||
public:
|
||||
void set_model(RefPtr<Model>);
|
||||
|
Loading…
Reference in New Issue
Block a user