Mercurial > hg > xemacs-beta
comparison src/objects.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 | 61855263cb07 |
children | ba4677f54a05 |
comparison
equal
deleted
inserted
replaced
2285:914c5afaac33 | 2286:04bc9d2f42c7 |
---|---|
554 | 554 |
555 /* No equal or hash methods; ignore the face the color is based off | 555 /* No equal or hash methods; ignore the face the color is based off |
556 of for `equal' */ | 556 of for `equal' */ |
557 | 557 |
558 static Lisp_Object | 558 static Lisp_Object |
559 color_instantiate (Lisp_Object specifier, Lisp_Object matchspec, | 559 color_instantiate (Lisp_Object specifier, Lisp_Object UNUSED (matchspec), |
560 Lisp_Object domain, Lisp_Object instantiator, | 560 Lisp_Object domain, Lisp_Object instantiator, |
561 Lisp_Object depth) | 561 Lisp_Object depth) |
562 { | 562 { |
563 /* When called, we're inside of call_with_suspended_errors(), | 563 /* When called, we're inside of call_with_suspended_errors(), |
564 so we can freely error. */ | 564 so we can freely error. */ |
787 | 787 |
788 #endif /* MULE */ | 788 #endif /* MULE */ |
789 | 789 |
790 | 790 |
791 static Lisp_Object | 791 static Lisp_Object |
792 font_instantiate (Lisp_Object specifier, Lisp_Object matchspec, | 792 font_instantiate (Lisp_Object UNUSED (specifier), Lisp_Object matchspec, |
793 Lisp_Object domain, Lisp_Object instantiator, | 793 Lisp_Object domain, Lisp_Object instantiator, |
794 Lisp_Object depth) | 794 Lisp_Object depth) |
795 { | 795 { |
796 /* When called, we're inside of call_with_suspended_errors(), | 796 /* When called, we're inside of call_with_suspended_errors(), |
797 so we can freely error. */ | 797 so we can freely error. */ |
984 | 984 |
985 /* No equal or hash methods; ignore the face the face-boolean is based off | 985 /* No equal or hash methods; ignore the face the face-boolean is based off |
986 of for `equal' */ | 986 of for `equal' */ |
987 | 987 |
988 static Lisp_Object | 988 static Lisp_Object |
989 face_boolean_instantiate (Lisp_Object specifier, Lisp_Object matchspec, | 989 face_boolean_instantiate (Lisp_Object specifier, |
990 Lisp_Object UNUSED (matchspec), | |
990 Lisp_Object domain, Lisp_Object instantiator, | 991 Lisp_Object domain, Lisp_Object instantiator, |
991 Lisp_Object depth) | 992 Lisp_Object depth) |
992 { | 993 { |
993 /* When called, we're inside of call_with_suspended_errors(), | 994 /* When called, we're inside of call_with_suspended_errors(), |
994 so we can freely error. */ | 995 so we can freely error. */ |