aboutsummaryrefslogtreecommitdiff
path: root/tray.h
diff options
context:
space:
mode:
authorDavid Phillips <dbphillipsnz@gmail.com>2015-08-28 23:54:00 +1200
committerDavid Phillips <dbphillipsnz@gmail.com>2015-08-29 00:54:30 +1200
commitb71fdc1baa7aa1f6a8099e6c90929718e282b899 (patch)
tree9cef0630db9c8af5ee1bb776c51abbe2a5e234e5 /tray.h
parentb3e88dca9e4574b8aec8028a8edeca1df1d19843 (diff)
downloadparamano-b71fdc1baa7aa1f6a8099e6c90929718e282b899.tar.xz
Made tooltip texts cached, fixes GitHub issue #4
Diffstat (limited to 'tray.h')
-rw-r--r--tray.h2
1 files changed, 0 insertions, 2 deletions
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();