Skip to content

Commit ba8e19a

Browse files
committed
Remove commented out unused code
1 parent 8eeb266 commit ba8e19a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

crates/bevy_winit/src/lib.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -199,9 +199,6 @@ impl Default for WinitPersistentState {
199199
}
200200
}
201201

202-
// #[derive(Default)]
203-
// struct WinitCreateWindowReader(ManualEventReader<CreateWindow>);
204-
205202
// TODO: Refactor this to work with new pattern
206203
pub fn winit_runner(mut app: App) {
207204
// TODO: Understand what removing and adding this does

0 commit comments

Comments
 (0)