From 74cbb4e6a49fd9fc5f8ce1d6fe14ddfad4a83c7e Mon Sep 17 00:00:00 2001 From: Martin Duquesnoy Date: Thu, 6 Nov 2008 23:57:30 +0100 Subject: [PATCH] wmfs.h: Remove mouseaction() prototype --- src/wmfs.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wmfs.h b/src/wmfs.h index 71d6737..171640d 100644 --- a/src/wmfs.h +++ b/src/wmfs.h @@ -120,7 +120,6 @@ void grabkeys(void); void keypress(XEvent ev); void mapnotify(XEvent ev); void maprequest(XEvent ev); -void mouseaction(Client *c, int x, int y, int type); void propertynotify(XEvent ev); void unmapnotify(XEvent ev); void getevent(void);