diff gui/bitmap.h @ 23196:019bfce0c0dc

Make functions and variables not used outside bitmap.c static
author reimar
date Wed, 02 May 2007 16:24:23 +0000
parents 41bbba7c3850
children f15bce7943b9
line wrap: on
line diff
--- a/gui/bitmap.h	Wed May 02 16:23:16 2007 +0000
+++ b/gui/bitmap.h	Wed May 02 16:24:23 2007 +0000
@@ -11,8 +11,6 @@
 } txSample;
 
 int bpRead( char * fname, txSample * bf );
-int conv24to32( txSample * bf );
 void Convert32to1( txSample * in,txSample * out,int adaptivlimit );
-void Convert1to32( txSample * in,txSample * out );
 
 #endif /* __BITMAP_H */