diff src/glyphs-msw.c @ 2333:ba4677f54a05

[xemacs-hg @ 2004-10-14 17:26:18 by james] More unused parameter fixes.
author james
date Thu, 14 Oct 2004 17:26:25 +0000
parents 04bc9d2f42c7
children ecf1ebac70d8
line wrap: on
line diff
--- a/src/glyphs-msw.c	Wed Oct 13 21:52:14 2004 +0000
+++ b/src/glyphs-msw.c	Thu Oct 14 17:26:25 2004 +0000
@@ -1800,13 +1800,7 @@
 /************************************************************************/
 
 static Lisp_Object
-charset_of_text (Lisp_Object
-#ifdef MULE
-		 text
-#else
-		 UNUSED (text)
-#endif
-		 )
+charset_of_text (Lisp_Object USED_IF_MULE (text))
 {
 #ifdef MULE
   Ibyte *p;