JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
added new stuff
[dwm.git] / wm.c
diff --git a/wm.c b/wm.c
index de5324c..4c4a513 100644 (file)
--- 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()
 {