--- emms.c 2002/09/05 21:15:18 1.4 +++ emms.c 2003/02/15 15:22:19 1.8 @@ -27,6 +27,16 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * ****************************************************************************/ +/***************************************************************************** + * + * History + * + * - Mon Jun 17 00:10:09 2002 Added legal header + * + * $Id: emms.c,v 1.8 2003/02/15 15:22:19 edgomez Exp $ + * + ****************************************************************************/ + #include "emms.h" #include "../portab.h" @@ -51,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(); - -}