]> Dogcows Code - chaz/tint2/blobdiff - src/panel.c
*fix* better internal urgent task handling
[chaz/tint2] / src / panel.c
index 3064a201f0057024e4b5839511def7dc3b6e8a40..6da20c53e04e79d021a8e03710af1917f384cd46 100644 (file)
@@ -52,7 +52,6 @@ int panel_refresh;
 
 Task *task_active;
 Task *task_drag;
-GSList *urgent_list;
 int  max_tick_urgent;
 
 // panel's initial config
@@ -239,11 +238,6 @@ void cleanup_panel()
 
        task_active = 0;
        task_drag = 0;
-       while (urgent_list) {
-               Task_urgent* t = urgent_list->data;
-               urgent_list = g_slist_remove(urgent_list, urgent_list->data);
-               free(t);
-       }
 
        cleanup_taskbar();
 
This page took 0.022877 seconds and 4 git commands to generate.