about summary refs log tree commit diff stats
path: root/src/ui/tray.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/tray.h')
-rw-r--r--src/ui/tray.h11
1 files changed, 2 insertions, 9 deletions
diff --git a/src/ui/tray.h b/src/ui/tray.h
index b7b75fa9..939dd4e7 100644
--- a/src/ui/tray.h
+++ b/src/ui/tray.h
@@ -35,22 +35,15 @@
 #ifndef UI_TRAY_H
 #define UI_TRAY_H
 
+#ifdef HAVE_GTK
 void tray_init(void);
 void tray_update(void);
 void tray_shutdown(void);
 
-/*
- * Create tray icon
- *
- * This will initialize the timer that will be called in order to change the icons
- * and will search the icons in the defaults paths
- */
 void tray_enable(void);
-/*
- * Destroy tray icon
- */
 void tray_disable(void);
 
 void tray_set_timer(int interval);
+#endif
 
 #endif