Remove unnecessary XDND proxy call

This was left over from the original implementation, before we had this
smart pointer-singleton hybrid thing. There's already a handle stored
inside of `Editor`.
This commit is contained in:
Robbert van der Helm
2021-07-14 16:40:31 +02:00
parent 764eb41da9
commit 8b870a51b0
-5
View File
@@ -332,11 +332,6 @@ Editor::Editor(MainContext& main_context,
0);
xcb_flush(x11_connection.get());
}
// Set up our proxy for translating Wine drag-and-drop events into XDND
// events
// TODO: We're going to need to store this somewhere to pass the events
WineXdndProxy::get_handle();
}
void Editor::handle_x11_events() const noexcept {