X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fgp2x%2Fplat.c;h=23a155ed143daa439157683daa8153315b29ac36;hb=93a7109873b7050a1b347972711982eac1ad7fbc;hp=d20fc221cb21e795a7df167387b49de5ea34e25e;hpb=77189b7d9c3e513a4ea612cdcc77955dbc07f75d;p=picodrive.git diff --git a/platform/gp2x/plat.c b/platform/gp2x/plat.c index d20fc22..23a155e 100644 --- a/platform/gp2x/plat.c +++ b/platform/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); -} -