diff options
Diffstat (limited to 'apps/tree.c')
| -rw-r--r-- | apps/tree.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/apps/tree.c b/apps/tree.c index 3ba54bd..4431db2 100644 --- a/apps/tree.c +++ b/apps/tree.c @@ -307,16 +307,6 @@ void tree_gui_init(void) } -/* drawer function for the GUI_EVENT_REDRAW callback */ -void tree_drawlists(void) -{ - /* band-aid to fix the bar/list redrawing properly after leaving a plugin */ - send_event(GUI_EVENT_THEME_CHANGED, NULL); - /* end bandaid */ - gui_synclist_draw(&tree_lists); -} - - struct tree_context* tree_get_context(void) { return &tc; |