comparison src/scrollbar-x.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 a8d8f419b459
children ecf1ebac70d8
comparison
equal deleted inserted replaced
2285:914c5afaac33 2286:04bc9d2f42c7
690 } 690 }
691 691
692 #ifdef MEMORY_USAGE_STATS 692 #ifdef MEMORY_USAGE_STATS
693 693
694 static int 694 static int
695 x_compute_scrollbar_instance_usage (struct device *d, 695 x_compute_scrollbar_instance_usage (struct device *UNUSED (d),
696 struct scrollbar_instance *inst, 696 struct scrollbar_instance *inst,
697 struct overhead_stats *ovstats) 697 struct overhead_stats *ovstats)
698 { 698 {
699 int total = 0; 699 int total = 0;
700 700