--- branches/dev-api-3/xvidcore/src/utils/emms.c 2003/01/05 03:30:44 761 +++ branches/dev-api-3/xvidcore/src/utils/emms.c 2003/01/05 03:31:26 762 @@ -33,7 +33,7 @@ * * - Mon Jun 17 00:10:09 2002 Added legal header * - * $Id: emms.c,v 1.3.2.1 2003-01-04 06:14:33 suxen_drol Exp $ + * $Id: emms.c,v 1.3.2.2 2003-01-05 03:31:26 suxen_drol Exp $ * ****************************************************************************/ @@ -61,20 +61,3 @@ emms_c() { } - -/* The real mmx emms wrapper */ -void -emms_mmx() -{ - /* the EMMS macro is defined according to the compiler in portab.h */ - EMMS(); - -} - -/* 3dnow fast-emms */ -void -emms_3dn() -{ - /* the FEMMS macro is defined according to the compiler in portab.h */ - FEMMS(); -}