chore(tauri-runtime-wry): remove commented out code

This commit is contained in:
Lucas Nogueira
2022-06-30 10:49:10 -03:00
parent 63841c1060
commit d0758e5fca

View File

@@ -1162,16 +1162,6 @@ impl<T: UserEvent> Dispatch<T> for WryDispatcher<T> {
self.window_id,
WindowMessage::AddEventListener(id, Box::new(f)),
));
/* self
.context
.window_event_listeners
.lock()
.unwrap()
.get(&self.window_id)
.unwrap()
.lock()
.unwrap()
.insert(id, Box::new(f));*/
id
}