From b71fdc1baa7aa1f6a8099e6c90929718e282b899 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Fri, 28 Aug 2015 23:54:00 +1200 Subject: Made tooltip texts cached, fixes GitHub issue #4 --- tray.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'tray.h') diff --git a/tray.h b/tray.h index c1df8a6..dfc21b8 100644 --- a/tray.h +++ b/tray.h @@ -21,8 +21,6 @@ void tray_set_defaults(); void tray_init(); -void tray_set_tooltip(const char* msg); -//void tray_update_icon_percent(); void tray_show(); void tray_hide(); bool tray_visible(); -- cgit v1.1