Explorar el Código

chore: remove outdated comment [skip ci]

Lucas Nogueira hace 3 años
padre
commit
73a495126c
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      core/tauri-runtime-wry/src/lib.rs

+ 0 - 1
core/tauri-runtime-wry/src/lib.rs

@@ -1748,7 +1748,6 @@ impl<T: UserEvent> RuntimeHandle<T> for WryHandle<T> {
   }
 
   #[cfg(all(windows, feature = "system-tray"))]
-  /// Deprecated. (not needed anymore)
   fn remove_system_tray(&self) -> Result<()> {
     send_user_message(&self.context, Message::Tray(TrayMessage::Close))
   }