Mercurial > hg > xemacs-beta
diff src/dialog-gtk.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 | 01c57eb70ae9 |
children | 308d34e9f07d |
line wrap: on
line diff
--- a/src/dialog-gtk.c Mon Sep 20 19:11:29 2004 +0000 +++ b/src/dialog-gtk.c Mon Sep 20 19:20:08 2004 +0000 @@ -39,7 +39,8 @@ /* We just bounce up into lisp here... see $(srcdir)/lisp/dialog-gtk.el */ static Lisp_Object -gtk_make_dialog_box_internal (struct frame* f, Lisp_Object type, Lisp_Object keys) +gtk_make_dialog_box_internal (struct frame* UNUSED (f), Lisp_Object type, + Lisp_Object keys) { return (call2 (Qgtk_make_dialog_box_internal, type, keys)); }