X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=gp2x%2Fplat.c;fp=gp2x%2Fplat.c;h=23a155ed143daa439157683daa8153315b29ac36;hb=2b9f9c51e68d4d5746c4ca2cd62b5f7b564ebf8a;hp=d20fc221cb21e795a7df167387b49de5ea34e25e;hpb=6fb01dd38017e4f4435ef89cef922282478286b9;p=libpicofe.git diff --git a/gp2x/plat.c b/gp2x/plat.c index d20fc22..23a155e 100644 --- a/gp2x/plat.c +++ b/gp2x/plat.c @@ -1,7 +1,6 @@ #include #include #include -#include #include "plat_gp2x.h" #include "soc.h" @@ -209,12 +208,3 @@ void plat_finish(void) sndout_oss_exit(); } -void lprintf(const char *fmt, ...) -{ - va_list vl; - - va_start(vl, fmt); - vprintf(fmt, vl); - va_end(vl); -} -