diff gui/mplayer/menu.c @ 30535:016e5fc1dead

GUI: Mark functions that are not used outside their files as static.
author diego
date Sun, 14 Feb 2010 14:02:09 +0000
parents 704903d34069
children e06fbdd8eb46
line wrap: on
line diff
--- a/gui/mplayer/menu.c	Sun Feb 14 13:57:30 2010 +0000
+++ b/gui/mplayer/menu.c	Sun Feb 14 14:02:09 2010 +0000
@@ -35,7 +35,7 @@
 int             mplMenuX,mplMenuY;
 static int      mplMenuIsInitialized = 0;
 
-void mplMenuDraw( void )
+static void mplMenuDraw( void )
 {
  uint32_t * buf = NULL;
  uint32_t * drw = NULL;