From 8e6030c8223bfb3102048b2daccbf6a6f4e97ba2 Mon Sep 17 00:00:00 2001 From: Boris Gjenero Date: Wed, 14 Dec 2011 21:45:25 +0000 Subject: FS#12378 : Remove various unused code, and comment out some unused code and data for reference or future use. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31256 a1c6a512-1295-4272-9138-f99709370657 --- apps/tree.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'apps/tree.c') 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) } -/* 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; -- cgit v1.2.3