summaryrefslogtreecommitdiffstats
path: root/client/application.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'client/application.cpp')
-rw-r--r--client/application.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/client/application.cpp b/client/application.cpp
index 12580679..c5d34ff0 100644
--- a/client/application.cpp
+++ b/client/application.cpp
@@ -1318,12 +1318,6 @@ void Application::on_app_activated()
{
_active = true;
_key_handler->on_focus_in();
- Platform::set_clipboard_listener(this);
-}
-
-void Application::on_clipboard_change()
-{
- _client.on_clipboard_change();
}
void Application::on_app_deactivated()