switch over to libpicofe
[pcsx_rearmed.git] / frontend / common / lprintf.h
diff --git a/frontend/common/lprintf.h b/frontend/common/lprintf.h
deleted file mode 100644 (file)
index 48b8d57..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-extern void lprintf(const char *fmt, ...);
-
-#ifdef __cplusplus
-}
-#endif
-