We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8534dc8 commit 1aae586Copy full SHA for 1aae586
1 file changed
winio-ui-gtk/src/runtime.rs
@@ -26,9 +26,6 @@ impl App {
26
let app = gio::Application::new(None, gio::ApplicationFlags::FLAGS_NONE);
27
app.set_default();
28
29
- // unix_fd_add_local(poll_fd, IOCondition::IN, |_fd, _cond|
30
- // ControlFlow::Continue);
31
-
32
Ok(Self { app, ctx })
33
}
34
0 commit comments