removed unused tooltip field

This commit is contained in:
Serge A. Zaitsev
2017-01-09 14:35:05 +02:00
parent 8708a93003
commit 7595585680
-1
View File
@@ -5,7 +5,6 @@ struct tray_menu;
struct tray {
char *icon;
char *tooltip;
struct tray_menu *menu;
};