Explorar o código

chore: remove outdated comment [skip ci]

Lucas Nogueira %!s(int64=3) %!d(string=hai) anos
pai
achega
73a495126c
Modificáronse 1 ficheiros con 0 adicións e 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))
   }