Mercurial > hg > xemacs-beta
comparison src/toolbar-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 | c15f25529e61 |
children | fce43cb76a1c |
comparison
equal
deleted
inserted
replaced
2285:914c5afaac33 | 2286:04bc9d2f42c7 |
---|---|
63 } | 63 } |
64 | 64 |
65 /* This only calls one function but we go ahead and create this in | 65 /* This only calls one function but we go ahead and create this in |
66 case we ever do decide that we need to do more work. */ | 66 case we ever do decide that we need to do more work. */ |
67 static void | 67 static void |
68 x_free_frame_toolbars (struct frame *f) | 68 x_free_frame_toolbars (struct frame *UNUSED (unused)) |
69 { | 69 { |
70 } | 70 } |
71 | 71 |
72 | 72 |
73 /************************************************************************/ | 73 /************************************************************************/ |