mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-20 11:02:52 +02:00
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:
@@ -332,11 +332,6 @@ Editor::Editor(MainContext& main_context,
|
|||||||
0);
|
0);
|
||||||
xcb_flush(x11_connection.get());
|
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 {
|
void Editor::handle_x11_events() const noexcept {
|
||||||
|
|||||||
Reference in New Issue
Block a user