[devel] Removed obsolete unused MMX-querying support from contrib/gregbook

This commit is contained in:
Glenn Randers-Pehrson
2010-02-19 07:57:34 -06:00
parent cce6521a9f
commit 946199e8e4
6 changed files with 16 additions and 214 deletions

View File

@@ -96,11 +96,6 @@ typedef struct _mainprog_info {
int rowbytes;
int channels;
int need_bgcolor;
#if (defined(__i386__) || defined(_M_IX86) || defined(__x86_64__))
int nommxfilters;
int nommxcombine;
int nommxinterlace;
#endif
int state;
uch bg_red;
uch bg_green;