1
0
forked from Yadciel/c_tray

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
tray.h
View File

@@ -5,7 +5,6 @@ struct tray_menu;
struct tray {
char *icon;
char *tooltip;
struct tray_menu *menu;
};