Mercurial > hg > xemacs-beta
diff src/toolbar-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 | c15f25529e61 |
children | fce43cb76a1c |
line wrap: on
line diff
--- a/src/toolbar-gtk.c Mon Sep 20 19:11:29 2004 +0000 +++ b/src/toolbar-gtk.c Mon Sep 20 19:20:08 2004 +0000 @@ -44,14 +44,14 @@ static void -gtk_initialize_frame_toolbars (struct frame *f) +gtk_initialize_frame_toolbars (struct frame *UNUSED (f)) { } /* This only calls one function but we go ahead and create this in case we ever do decide that we need to do more work. */ static void -gtk_free_frame_toolbars (struct frame *f) +gtk_free_frame_toolbars (struct frame *UNUSED (f)) { }