refactoring for Wiz port; random cleanups
[libpicofe.git] / pandora / emu.c
index 55cb371..a6f990a 100644 (file)
@@ -19,7 +19,6 @@
 #include "../common/emu.h"\r
 #include "../common/menu.h"\r
 #include "../common/config.h"\r
-#include "../common/common.h"\r
 #include "../common/input.h"\r
 #include "../linux/sndout_oss.h"\r
 #include "asm_utils.h"\r
@@ -40,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