X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=frontend%2Fcommon%2Flprintf.h;fp=frontend%2Fcommon%2Flprintf.h;h=0000000000000000000000000000000000000000;hb=cc56203b76e1fcef2c7e55b460daf07e654a1547;hp=48b8d576caefffe61395c03df7d71b50a31e7f81;hpb=0e2e3f498456d1175916ecd69d0a9e80e701e760;p=pcsx_rearmed.git diff --git a/frontend/common/lprintf.h b/frontend/common/lprintf.h deleted file mode 100644 index 48b8d576..00000000 --- a/frontend/common/lprintf.h +++ /dev/null @@ -1,10 +0,0 @@ -#ifdef __cplusplus -extern "C" { -#endif - -extern void lprintf(const char *fmt, ...); - -#ifdef __cplusplus -} -#endif -