From 1b4c4ecfaddb585ec64dbc57b787a7658516ed01 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Sun, 11 Jul 2021 19:43:53 +0200 Subject: [PATCH] Remove old warning --- src/wine-host/xdnd-proxy.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/wine-host/xdnd-proxy.cpp b/src/wine-host/xdnd-proxy.cpp index 844fa44e..e6ec0319 100644 --- a/src/wine-host/xdnd-proxy.cpp +++ b/src/wine-host/xdnd-proxy.cpp @@ -429,8 +429,6 @@ void WineXdndProxy::run_xdnd_loop() { if (last_xdnd_window) { // XXX: We'll always stick with the copy action for now because that // seems safer than allowing the host to move the file - // TODO: We should technically wait until we have received an - // `XdndStatus` message const uint32_t position = (xdnd_window_query->root_x << 16) | xdnd_window_query->root_y; if (!waiting_for_status_message) {