summaryrefslogtreecommitdiff
path: root/atari/bitmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'atari/bitmap.h')
-rwxr-xr-xatari/bitmap.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/atari/bitmap.h b/atari/bitmap.h
index 666f55bd6..783176053 100755
--- a/atari/bitmap.h
+++ b/atari/bitmap.h
@@ -34,8 +34,6 @@ struct bitmap {
};
#define NS_BMP_DEFAULT_BPP 4
-/* calculate MFDB compatible rowstride (in number of pixels!) */
-#define MFDB_STRIDE( w ) (((w & 15) != 0) ? (w | 15)+1 : w)
void * bitmap_create_ex( int w, int h, short bpp, int rowstride, unsigned int state, void * pixdata );
void bitmap_to_mfdb(void * bitmap, MFDB * out);