From f577504e393dfd960bbd3fb7a531cb4e127faeec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hilmar=20G=C3=BAstafsson?= Date: Sat, 1 Feb 2020 12:02:15 +0100 Subject: [PATCH] Remove old noticiation fns --- src/bridge/windows.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/bridge/windows.rs b/src/bridge/windows.rs index ff916fa..0b1883b 100644 --- a/src/bridge/windows.rs +++ b/src/bridge/windows.rs @@ -37,8 +37,6 @@ extern { pub fn get_active_window_executable(buffer: *mut u16, size: i32) -> i32; // UI - pub fn show_notification(message: *const u16) -> i32; - pub fn close_notification(); pub fn show_context_menu(items: *const WindowsMenuItem, count: i32) -> i32; pub fn register_icon_click_callback(cb: extern fn(_self: *mut c_void)); pub fn register_context_menu_click_callback(cb: extern fn(_self: *mut c_void, id: i32));