diff src/device-x.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 61855263cb07
children ba4677f54a05
line wrap: on
line diff
--- a/src/device-x.c	Mon Sep 20 19:11:29 2004 +0000
+++ b/src/device-x.c	Mon Sep 20 19:20:08 2004 +0000
@@ -492,7 +492,7 @@
 
 
 static void
-x_init_device (struct device *d, Lisp_Object props)
+x_init_device (struct device *d, Lisp_Object UNUSED (props))
 {
   Lisp_Object display;
   Display *dpy;
@@ -857,7 +857,7 @@
 }
 
 static void
-x_finish_init_device (struct device *d, Lisp_Object props)
+x_finish_init_device (struct device *UNUSED (d), Lisp_Object UNUSED (props))
 {
   call0 (Qinit_post_x_win);
 }