wmfs.h: Remove mouseaction() prototype

This commit is contained in:
Martin Duquesnoy 2008-11-06 23:57:30 +01:00
parent 262b50607d
commit 74cbb4e6a4

View File

@ -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);