JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
remove no longer used functions
authorDavid Hill <dhill@conformal.com>
Mon, 16 Jul 2012 00:57:58 +0000 (20:57 -0400)
committerReginald Kennedy <rk@rejii.com>
Fri, 20 Jul 2012 21:59:30 +0000 (05:59 +0800)
spectrwm.c

index b4191f7..ed82391 100644 (file)
@@ -7115,20 +7115,6 @@ clientmessage(xcb_client_message_event_t *e)
        xcb_flush(conn);
 }
 
-int
-xerror_start(Display *d, XErrorEvent *ee)
-{
-       other_wm = 1;
-       return (-1);
-}
-
-int
-xerror(Display *d, XErrorEvent *ee)
-{
-       /* warnx("error: %p %p", display, ee); */
-       return (-1);
-}
-
 void
 active_wm(void)
 {