From a30c39def196bc42056fb53eb6403316250d1e7b Mon Sep 17 00:00:00 2001 From: Ivan Kanakarakis Date: Sun, 11 Dec 2011 00:57:37 +0200 Subject: remove configurenotify() function --- dminiwm.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'dminiwm.c') diff --git a/dminiwm.c b/dminiwm.c index 0c45cb3..7d34a04 100644 --- a/dminiwm.c +++ b/dminiwm.c @@ -88,7 +88,6 @@ static void add_window(Window w); static void buttonpressed(XEvent *e); static void change_desktop(const Arg arg); static void client_to_desktop(const Arg arg); -static void configurenotify(XEvent *e); static void configurerequest(XEvent *e); static void destroynotify(XEvent *e); static void enternotify(XEvent *e); @@ -154,7 +153,6 @@ static void (*events[LASTEvent])(XEvent *e) = { [EnterNotify] = enternotify, [ButtonPress] = buttonpressed, [DestroyNotify] = destroynotify, - [ConfigureNotify] = configurenotify, [ConfigureRequest] = configurerequest }; @@ -529,10 +527,6 @@ void keypress(XEvent *e) { } } -void configurenotify(XEvent *e) { - // Do nothing for the moment -} - /* ********************** Signal Management ************************** */ void configurerequest(XEvent *e) { XConfigureRequestEvent *ev = &e->xconfigurerequest; -- cgit v1.3.1