remove attribute unused, since it's used
This commit is contained in:
parent
79b140bc61
commit
f56a26bac7
2
event.c
2
event.c
|
@ -220,7 +220,7 @@ handle_event_buttonpress(XEvent * e, awesome_config *awesomeconf)
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
handle_event_configurerequest(XEvent * e, awesome_config *awesomeconf __attribute__ ((unused)))
|
handle_event_configurerequest(XEvent * e, awesome_config *awesomeconf)
|
||||||
{
|
{
|
||||||
Client *c;
|
Client *c;
|
||||||
XConfigureRequestEvent *ev = &e->xconfigurerequest;
|
XConfigureRequestEvent *ev = &e->xconfigurerequest;
|
||||||
|
|
Loading…
Reference in New Issue