linux port fixed; some cleanups
[libpicofe.git] / pandora / emu.c
index 16fc7cd..85c634f 100644 (file)
@@ -39,8 +39,6 @@
 #endif\r
 \r
 \r
-int select_exits = 0;\r
-\r
 static short __attribute__((aligned(4))) sndBuffer[2*44100/50];\r
 static struct timeval noticeMsgTime = { 0, 0 };        // when started showing\r
 static int osd_fps_x;\r
@@ -170,7 +168,7 @@ static void textOut16(int x, int y, const char *text)
 }\r
 \r
 \r
-void osd_text(int x, int y, const char *text)\r
+static void osd_text(int x, int y, const char *text)\r
 {\r
        int len = strlen(text)*8;\r
 \r