summaryrefslogtreecommitdiff
path: root/apps/tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tree.c')
-rw-r--r--apps/tree.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/apps/tree.c b/apps/tree.c
index 3ba54bdfc6..4431db2c4a 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -307,16 +307,6 @@ void tree_gui_init(void)
307} 307}
308 308
309 309
310/* drawer function for the GUI_EVENT_REDRAW callback */
311void tree_drawlists(void)
312{
313 /* band-aid to fix the bar/list redrawing properly after leaving a plugin */
314 send_event(GUI_EVENT_THEME_CHANGED, NULL);
315 /* end bandaid */
316 gui_synclist_draw(&tree_lists);
317}
318
319
320struct tree_context* tree_get_context(void) 310struct tree_context* tree_get_context(void)
321{ 311{
322 return &tc; 312 return &tc;