Commit 22f65a80 authored by Max's avatar Max

deleted old callback

parent ed255d1a
......@@ -36,12 +36,6 @@ static void _tray_menu_cb(GtkMenuItem *item, gpointer data) {
m->cb(m);
}
// static void _tray_submenu_cb(GtkMenuItem *item, gpointer data) {
// (void)item;
// struct tray_submenu *s_m = (struct tray_submenu *)data;
// s_m->cb(s_m);
// }
static int tray_init(struct tray *tray) {
if (gtk_init_check(0, NULL) == FALSE) {
return -1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment