remove attribute unused, since it's used

This commit is contained in:
Julien Danjou 2007-09-17 23:57:16 +02:00
parent 79b140bc61
commit f56a26bac7
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ handle_event_buttonpress(XEvent * e, awesome_config *awesomeconf)
}
void
handle_event_configurerequest(XEvent * e, awesome_config *awesomeconf __attribute__ ((unused)))
handle_event_configurerequest(XEvent * e, awesome_config *awesomeconf)
{
Client *c;
XConfigureRequestEvent *ev = &e->xconfigurerequest;