X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fpandora%2Fplat.c;h=f1ae107a23f3d8f323538d5b74d24d361073d44b;hb=5199e6b549281e92b4152a3e51b464e690623bfd;hp=b95334da63ad98ac9460ef708631ec6fe8f43ea7;hpb=a4edca53b489370b0814a74579acbcc183578355;p=picodrive.git diff --git a/platform/pandora/plat.c b/platform/pandora/plat.c index b95334d..f1ae107 100644 --- a/platform/pandora/plat.c +++ b/platform/pandora/plat.c @@ -5,7 +5,6 @@ #include #include -#include #include #include #include @@ -627,13 +626,3 @@ void plat_finish(void) printf("all done\n"); } -/* lprintf */ -void lprintf(const char *fmt, ...) -{ - va_list vl; - - va_start(vl, fmt); - vprintf(fmt, vl); - va_end(vl); -} -