some minor adjustments
[libpicofe.git] / common / lprintf.h
index 1d74323..1d30472 100644 (file)
@@ -2,13 +2,7 @@
  #include <stdio.h>
  #define lprintf printf
 #elif defined(PSP)
- #if 0
-  #include <stdio.h>
-  #define lprintf printf
- #else
-  extern void lprintf_f(const char *fmt, ...);
-  #define lprintf lprintf_f
- #endif
+ extern void lprintf(const char *fmt, ...);
 #else
  #include "giz.h"
 #endif