_lists_uiviewport_update_callback can be made static

Change-Id: I25dfaa1636811a0340d1730a5a8f44caa85b1771
This commit is contained in:
Bertrik Sikken 2012-05-20 01:57:49 +02:00
parent 1b6e8cba62
commit f340768ad5
1 changed files with 1 additions and 1 deletions

View File

@ -608,7 +608,7 @@ bool gui_synclist_keyclick_callback(int action, void* data)
*/
static struct gui_synclist *current_lists;
static bool ui_update_event_registered = false;
void _lists_uiviewport_update_callback(void *data)
static void _lists_uiviewport_update_callback(void *data)
{
(void)data;
if (current_lists)