Mercurial > hg > xemacs-beta
comparison src/dialog-msw.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 | 7473844a83d3 |
children | ecf1ebac70d8 |
comparison
equal
deleted
inserted
replaced
2285:914c5afaac33 | 2286:04bc9d2f42c7 |
---|---|
278 return arg; | 278 return arg; |
279 } | 279 } |
280 | 280 |
281 /* Unwind protection decrements dialog count */ | 281 /* Unwind protection decrements dialog count */ |
282 static Lisp_Object | 282 static Lisp_Object |
283 dialog_popped_down (Lisp_Object arg) | 283 dialog_popped_down (Lisp_Object UNUSED (arg)) |
284 { | 284 { |
285 popup_up_p--; | 285 popup_up_p--; |
286 return Qnil; | 286 return Qnil; |
287 } | 287 } |
288 | 288 |