comparison src/device.c @ 2286:04bc9d2f42c7

[xemacs-hg @ 2004-09-20 19:18:55 by james] Mark all unused parameters as unused. Also eliminate some unneeded local variables.
author james
date Mon, 20 Sep 2004 19:20:08 +0000
parents da8cdcec6dff
children ecf1ebac70d8
comparison
equal deleted inserted replaced
2285:914c5afaac33 2286:04bc9d2f42c7
137 137
138 return (d->frame_list); 138 return (d->frame_list);
139 } 139 }
140 140
141 static void 141 static void
142 print_device (Lisp_Object obj, Lisp_Object printcharfun, int escapeflag) 142 print_device (Lisp_Object obj, Lisp_Object printcharfun,
143 int UNUSED (escapeflag))
143 { 144 {
144 struct device *d = XDEVICE (obj); 145 struct device *d = XDEVICE (obj);
145 146
146 if (print_readably) 147 if (print_readably)
147 printing_unreadable_object ("#<device %s 0x%x>", 148 printing_unreadable_object ("#<device %s 0x%x>",