mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 21:27:35 +00:00
NotificationServer: Remove unnecessary greet() message
This commit is contained in:
parent
5424372d50
commit
78b57fcea3
4 changed files with 0 additions and 9 deletions
|
@ -22,7 +22,6 @@ public:
|
|||
private:
|
||||
explicit ClientConnection(NonnullRefPtr<Core::LocalSocket>, int client_id);
|
||||
|
||||
virtual void greet() override;
|
||||
virtual void show_notification(String const&, String const&, Gfx::ShareableBitmap const&) override;
|
||||
virtual void close_notification() override;
|
||||
virtual Messages::NotificationServer::UpdateNotificationIconResponse update_notification_icon(Gfx::ShareableBitmap const&) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue