diff 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
line wrap: on
line diff
--- a/src/scrollbar-x.c	Mon Sep 20 19:11:29 2004 +0000
+++ b/src/scrollbar-x.c	Mon Sep 20 19:20:08 2004 +0000
@@ -692,7 +692,7 @@
 #ifdef MEMORY_USAGE_STATS
 
 static int
-x_compute_scrollbar_instance_usage (struct device *d,
+x_compute_scrollbar_instance_usage (struct device *UNUSED (d),
 				    struct scrollbar_instance *inst,
 				    struct overhead_stats *ovstats)
 {