mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-03 10:11:15 +02:00
chore(tauri-runtime-wry): remove commented out code
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user