Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
2332:29a88fa7050c | 2333:ba4677f54a05 |
---|---|
1798 /************************************************************************/ | 1798 /************************************************************************/ |
1799 /* subwindow and widget support */ | 1799 /* subwindow and widget support */ |
1800 /************************************************************************/ | 1800 /************************************************************************/ |
1801 | 1801 |
1802 static Lisp_Object | 1802 static Lisp_Object |
1803 charset_of_text (Lisp_Object | 1803 charset_of_text (Lisp_Object USED_IF_MULE (text)) |
1804 #ifdef MULE | |
1805 text | |
1806 #else | |
1807 UNUSED (text) | |
1808 #endif | |
1809 ) | |
1810 { | 1804 { |
1811 #ifdef MULE | 1805 #ifdef MULE |
1812 Ibyte *p; | 1806 Ibyte *p; |
1813 | 1807 |
1814 if (NILP (text)) | 1808 if (NILP (text)) |