From d10ca627b46e93f06af1dc659179d56ce4490fa9 Mon Sep 17 00:00:00 2001 From: David Hill Date: Sun, 15 Jul 2012 20:57:58 -0400 Subject: [PATCH] remove no longer used functions --- spectrwm.c | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/spectrwm.c b/spectrwm.c index b4191f7..ed82391 100644 --- a/spectrwm.c +++ b/spectrwm.c @@ -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) { -- 2.39.2