mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 22:28:11 +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
|
@ -35,10 +35,6 @@ void ClientConnection::die()
|
|||
s_connections.remove(client_id());
|
||||
}
|
||||
|
||||
void ClientConnection::greet()
|
||||
{
|
||||
}
|
||||
|
||||
void ClientConnection::set_clipboard_data(Core::AnonymousBuffer const& data, String const& mime_type, IPC::Dictionary const& metadata)
|
||||
{
|
||||
Storage::the().set_data(data, mime_type, metadata.entries());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue