about summary refs log tree commit diff stats
path: root/wm.c
diff options
context:
space:
mode:
Diffstat (limited to 'wm.c')
-rw-r--r--wm.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/wm.c b/wm.c
index de5324c..4c4a513 100644
--- a/wm.c
+++ b/wm.c
@@ -36,15 +36,6 @@ usage()
 	exit(1);
 }
 
-void
-error(char *errstr, ...) {
-	va_list ap;
-	va_start(ap, errstr);
-	vfprintf(stderr, errstr, ap);
-	va_end(ap);
-	exit(1);
-}
-
 static void
 scan_wins()
 {