frontend: check for xlib when it's needed
[pcsx_rearmed.git] / frontend / cspace.c
diff --git a/frontend/cspace.c b/frontend/cspace.c
deleted file mode 100644 (file)
index f5f8d35..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-#include "cspace.h"
-
-// TODO?
-void bgr555_to_rgb565(void *dst, const void *src, int bytes) {}
-void bgr888_to_rgb888(void *dst, const void *src, int bytes) {}
-void bgr888_to_rgb565(void *dst, const void *src, int bytes) {}
-