Mercurial > hg > xemacs-beta
comparison src/device-x.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 |
---|---|
178 { | 178 { |
179 return DEVICE_X_DISPLAY (decode_x_device (device)); | 179 return DEVICE_X_DISPLAY (decode_x_device (device)); |
180 } | 180 } |
181 | 181 |
182 static Lisp_Object | 182 static Lisp_Object |
183 coding_system_of_xrm_database (XrmDatabase db) | 183 coding_system_of_xrm_database (XrmDatabase USED_IF_MULE (db)) |
184 { | 184 { |
185 #ifdef MULE | 185 #ifdef MULE |
186 const Extbyte *locale = XrmLocaleOfDatabase (db); | 186 const Extbyte *locale = XrmLocaleOfDatabase (db); |
187 Lisp_Object localestr = build_ext_string (locale, Qbinary); | 187 Lisp_Object localestr = build_ext_string (locale, Qbinary); |
188 return call1 (Qget_coding_system_from_locale, localestr); | 188 return call1 (Qget_coding_system_from_locale, localestr); |
1020 enqueue_magic_eval_event (io_error_delete_frame, frame); | 1020 enqueue_magic_eval_event (io_error_delete_frame, frame); |
1021 return Qt; | 1021 return Qt; |
1022 } | 1022 } |
1023 | 1023 |
1024 static Lisp_Object | 1024 static Lisp_Object |
1025 x_error_handler_error (Lisp_Object data, Lisp_Object dummy) | 1025 x_error_handler_error (Lisp_Object UNUSED (data), Lisp_Object UNUSED (dummy)) |
1026 { | 1026 { |
1027 return Qnil; | 1027 return Qnil; |
1028 } | 1028 } |
1029 #endif /* EXTERNAL_WIDGET */ | 1029 #endif /* EXTERNAL_WIDGET */ |
1030 | 1030 |