diff options
Diffstat (limited to 'Libraries/LibGUI/WindowServerConnection.cpp')
-rw-r--r-- | Libraries/LibGUI/WindowServerConnection.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Libraries/LibGUI/WindowServerConnection.cpp b/Libraries/LibGUI/WindowServerConnection.cpp index e960c14ca3..6041429a26 100644 --- a/Libraries/LibGUI/WindowServerConnection.cpp +++ b/Libraries/LibGUI/WindowServerConnection.cpp @@ -280,11 +280,6 @@ void WindowServerConnection::handle(const Messages::WindowClient::ScreenRectChan Desktop::the().did_receive_screen_rect({}, message.rect()); } -void WindowServerConnection::handle(const Messages::WindowClient::ClipboardContentsChanged& message) -{ - Clipboard::the().did_receive_clipboard_contents_changed({}, message.content_type()); -} - void WindowServerConnection::handle(const Messages::WindowClient::AsyncSetWallpaperFinished&) { // This is handled manually by Desktop::set_wallpaper(). |