Mercurial > hg > xemacs-beta
comparison src/EmacsManager.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 | 70921960b980 |
children | ce8038b28f80 |
comparison
equal
deleted
inserted
replaced
2285:914c5afaac33 | 2286:04bc9d2f42c7 |
---|---|
29 #include "EmacsManagerP.h" | 29 #include "EmacsManagerP.h" |
30 #ifdef LWLIB_MENUBARS_MOTIF | 30 #ifdef LWLIB_MENUBARS_MOTIF |
31 #include "xmotif.h" | 31 #include "xmotif.h" |
32 #include <Xm/RowColumn.h> | 32 #include <Xm/RowColumn.h> |
33 #endif /* LWLIB_MENUBARS_MOTIF */ | 33 #endif /* LWLIB_MENUBARS_MOTIF */ |
34 #include "compiler.h" | |
34 | 35 |
35 /* For I, Emacs, am a kind god. Unlike the goddess Athena and the | 36 /* For I, Emacs, am a kind god. Unlike the goddess Athena and the |
36 Titan Motif, I require no ritual sacrifices to placate the lesser | 37 Titan Motif, I require no ritual sacrifices to placate the lesser |
37 daemons of geometry management. */ | 38 daemons of geometry management. */ |
38 | 39 |
176 struc.height = w->core.height; | 177 struc.height = w->core.height; |
177 XtCallCallbackList (w, emw->emacs_manager.resize_callback, &struc); | 178 XtCallCallbackList (w, emw->emacs_manager.resize_callback, &struc); |
178 } | 179 } |
179 | 180 |
180 static XtGeometryResult | 181 static XtGeometryResult |
181 GeometryManager (Widget w, XtWidgetGeometry *request, XtWidgetGeometry *reply) | 182 GeometryManager (Widget w, XtWidgetGeometry *request, |
183 XtWidgetGeometry *UNUSED (reply)) | |
182 { | 184 { |
183 /* Sure, any changes are fine. */ | 185 /* Sure, any changes are fine. */ |
184 | 186 |
185 #ifdef LWLIB_MENUBARS_MOTIF | 187 #ifdef LWLIB_MENUBARS_MOTIF |
186 /* The Motif menubar will merrily request a new size every time a | 188 /* The Motif menubar will merrily request a new size every time a |