--- emms.c 2002/06/16 22:20:36 1.3 +++ emms.c 2003/01/05 03:31:26 1.3.2.2 @@ -33,7 +33,7 @@ * * - Mon Jun 17 00:10:09 2002 Added legal header * - * $Id: emms.c,v 1.3 2002/06/16 22:20:36 edgomez Exp $ + * $Id: emms.c,v 1.3.2.2 2003/01/05 03:31:26 suxen_drol Exp $ * ****************************************************************************/ @@ -61,12 +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(); - -}