comparison 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
comparison
equal deleted inserted replaced
2285:914c5afaac33 2286:04bc9d2f42c7
490 return DefaultVisualOfScreen (screen); 490 return DefaultVisualOfScreen (screen);
491 } 491 }
492 492
493 493
494 static void 494 static void
495 x_init_device (struct device *d, Lisp_Object props) 495 x_init_device (struct device *d, Lisp_Object UNUSED (props))
496 { 496 {
497 Lisp_Object display; 497 Lisp_Object display;
498 Display *dpy; 498 Display *dpy;
499 Widget app_shell; 499 Widget app_shell;
500 int argc; 500 int argc;
855 /* Run the elisp side of the X device initialization. */ 855 /* Run the elisp side of the X device initialization. */
856 call0 (Qinit_pre_x_win); 856 call0 (Qinit_pre_x_win);
857 } 857 }
858 858
859 static void 859 static void
860 x_finish_init_device (struct device *d, Lisp_Object props) 860 x_finish_init_device (struct device *UNUSED (d), Lisp_Object UNUSED (props))
861 { 861 {
862 call0 (Qinit_post_x_win); 862 call0 (Qinit_post_x_win);
863 } 863 }
864 864
865 static void 865 static void