summaryrefslogtreecommitdiffstats
path: root/Gui/bitmap/bitmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'Gui/bitmap/bitmap.h')
-rw-r--r--Gui/bitmap/bitmap.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/Gui/bitmap/bitmap.h b/Gui/bitmap/bitmap.h
deleted file mode 100644
index 84f671037c..0000000000
--- a/Gui/bitmap/bitmap.h
+++ /dev/null
@@ -1,19 +0,0 @@
-
-#ifndef __MYSAMPLE
-#define __MYSAMPLE
-
-typedef struct _txSample
-{
- unsigned int Width;
- unsigned int 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