From f8a5802d8e6434a4ffb3f9e09b8c128c6bc7fc83 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Thu, 26 Aug 2004 22:05:35 +0000 Subject: Fixed pointer types & struct font git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5016 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/font.h | 1 - 1 file changed, 1 deletion(-) (limited to 'firmware/export') diff --git a/firmware/export/font.h b/firmware/export/font.h index fff7d05c0b..eeb8a36bf8 100644 --- a/firmware/export/font.h +++ b/firmware/export/font.h @@ -97,7 +97,6 @@ struct font { const unsigned short *offset; /* offsets into bitmap data*/ const unsigned char *width; /* character widths or NULL if fixed*/ int defaultchar; /* default char (not glyph index)*/ - long bits_size; /* # words of bitmap_t bits*/ }; /* font routines*/ -- cgit v1.2.3