aboutsummaryrefslogtreecommitdiff
path: root/frontend/common/readpng.h
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/common/readpng.h')
-rw-r--r--frontend/common/readpng.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/frontend/common/readpng.h b/frontend/common/readpng.h
deleted file mode 100644
index 924b341..0000000
--- a/frontend/common/readpng.h
+++ /dev/null
@@ -1,19 +0,0 @@
-typedef enum
-{
- READPNG_BG = 1,
- READPNG_FONT,
- READPNG_SELECTOR,
- READPNG_24,
-}
-readpng_what;
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-int readpng(void *dest, const char *fname, readpng_what what, int w, int h);
-int writepng(const char *fname, unsigned short *src, int w, int h);
-
-#ifdef __cplusplus
-}
-#endif