mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 23:27:43 +00:00
Clipboard+LibGUI: Remove unnecessary client/server greeting message
This commit is contained in:
parent
ec8363aec3
commit
e95e64972c
4 changed files with 0 additions and 8 deletions
|
@ -28,7 +28,6 @@ public:
|
|||
void notify_about_clipboard_change();
|
||||
|
||||
private:
|
||||
virtual void greet() override;
|
||||
virtual Messages::ClipboardServer::GetClipboardDataResponse get_clipboard_data() override;
|
||||
virtual void set_clipboard_data(Core::AnonymousBuffer const&, String const&, IPC::Dictionary const&) override;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue