comparison lwlib/lwlib-utils.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 b39c14581166
children ade4c7e2c6cb
comparison
equal deleted inserted replaced
2285:914c5afaac33 2286:04bc9d2f42c7
164 { 164 {
165 return widget->core.being_destroyed; 165 return widget->core.being_destroyed;
166 } 166 }
167 167
168 void 168 void
169 XtSafelyDestroyWidget (Widget widget) 169 XtSafelyDestroyWidget (Widget UNUSED (widget))
170 { 170 {
171 #if 0 171 #if 0
172 172
173 /* this requires IntrinsicI.h (actually, InitialI.h) */ 173 /* this requires IntrinsicI.h (actually, InitialI.h) */
174 174