$NetBSD: patch-ab,v 1.3 2005/06/16 22:24:35 kristerw Exp $

--- misc.c.orig	Fri Jun 17 00:18:56 2005
+++ misc.c	Fri Jun 17 00:19:15 2005
@@ -34,7 +34,6 @@
 }
 
 void handle_signal(int signo) {
-	(void)signo;  /* unused */
 	int i;
 	/* SIGCHLD check no longer necessary */
 	/* Quit Nicely */
@@ -52,7 +51,6 @@
 }
 
 int handle_xerror(Display *dsply, XErrorEvent *e) {
-	(void)dsply;  /* unused */
 	Client *c = find_client(e->resourceid);
 
 	/* If this error actually occurred while setting up the new
