aboutsummaryrefslogtreecommitdiffhomepage
path: root/Gui/bitmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'Gui/bitmap.h')
-rw-r--r--Gui/bitmap.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/Gui/bitmap.h b/Gui/bitmap.h
deleted file mode 100644
index 5b4075a7e7..0000000000
--- a/Gui/bitmap.h
+++ /dev/null
@@ -1,18 +0,0 @@
-#ifndef __BITMAP_H
-#define __BITMAP_H
-
-typedef struct _txSample
-{
- unsigned long Width;
- unsigned long Height;
- unsigned int BPP;
- unsigned long ImageSize;
- char * Image;
-} txSample;
-
-extern int bpRead( char * fname, txSample * bf );
-extern int conv24to32( txSample * bf );
-extern void Convert32to1( txSample * in,txSample * out,int adaptivlimit );
-extern void Convert1to32( txSample * in,txSample * out );
-
-#endif /* __BITMAP_H */