Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
2285:914c5afaac33 | 2286:04bc9d2f42c7 |
---|---|
42 #define gtk_redraw_frame_toolbars common_redraw_frame_toolbars | 42 #define gtk_redraw_frame_toolbars common_redraw_frame_toolbars |
43 #define gtk_clear_frame_toolbars common_clear_frame_toolbars | 43 #define gtk_clear_frame_toolbars common_clear_frame_toolbars |
44 | 44 |
45 | 45 |
46 static void | 46 static void |
47 gtk_initialize_frame_toolbars (struct frame *f) | 47 gtk_initialize_frame_toolbars (struct frame *UNUSED (f)) |
48 { | 48 { |
49 } | 49 } |
50 | 50 |
51 /* This only calls one function but we go ahead and create this in | 51 /* This only calls one function but we go ahead and create this in |
52 case we ever do decide that we need to do more work. */ | 52 case we ever do decide that we need to do more work. */ |
53 static void | 53 static void |
54 gtk_free_frame_toolbars (struct frame *f) | 54 gtk_free_frame_toolbars (struct frame *UNUSED (f)) |
55 { | 55 { |
56 } | 56 } |
57 | 57 |
58 | 58 |
59 /************************************************************************/ | 59 /************************************************************************/ |