Skip to content

Commit 1aae586

Browse files
committed
fix(gtk): cleanup comments
1 parent 8534dc8 commit 1aae586

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

winio-ui-gtk/src/runtime.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ impl App {
2626
let app = gio::Application::new(None, gio::ApplicationFlags::FLAGS_NONE);
2727
app.set_default();
2828

29-
// unix_fd_add_local(poll_fd, IOCondition::IN, |_fd, _cond|
30-
// ControlFlow::Continue);
31-
3229
Ok(Self { app, ctx })
3330
}
3431

0 commit comments

Comments
 (0)