giz menu works
[libpicofe.git] / gp2x / readpng.h
diff --git a/gp2x/readpng.h b/gp2x/readpng.h
deleted file mode 100644 (file)
index 542a774..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-typedef enum
-{
-       READPNG_BG = 1,
-       READPNG_FONT,
-       READPNG_SELECTOR
-}
-readpng_what;
-
-void readpng(void *dest, const char *fname, readpng_what what);
-