Mercurial > hg > xemacs-beta
comparison src/glyphs-shared.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 | a5954632b187 |
children | ecf1ebac70d8 |
comparison
equal
deleted
inserted
replaced
2285:914c5afaac33 | 2286:04bc9d2f42c7 |
---|---|
61 } | 61 } |
62 | 62 |
63 | 63 |
64 Lisp_Object | 64 Lisp_Object |
65 shared_resource_normalize (Lisp_Object inst, Lisp_Object console_type, | 65 shared_resource_normalize (Lisp_Object inst, Lisp_Object console_type, |
66 Lisp_Object dest_mask, Lisp_Object tag) | 66 Lisp_Object UNUSED (dest_mask), Lisp_Object tag) |
67 { | 67 { |
68 /* This function can call lisp */ | 68 /* This function can call lisp */ |
69 Lisp_Object file = Qnil; | 69 Lisp_Object file = Qnil; |
70 struct gcpro gcpro1, gcpro2; | 70 struct gcpro gcpro1, gcpro2; |
71 Lisp_Object alist = Qnil; | 71 Lisp_Object alist = Qnil; |