Quiet warning

This commit is contained in:
Campbell Barton 2014-04-24 19:07:52 +10:00
parent 488581bfc6
commit 920602f3cf

@ -457,10 +457,9 @@ static void action_listener(bScreen *UNUSED(sc), ScrArea *sa, wmNotifier *wmn)
} }
} }
static void action_header_area_listener(bScreen *UNUSED(sc), ScrArea *sa, ARegion *ar, wmNotifier *wmn) static void action_header_area_listener(bScreen *UNUSED(sc), ScrArea *UNUSED(sa), ARegion *ar, wmNotifier *wmn)
{ {
// SpaceAction *saction = (SpaceAction *)sa->spacedata.first;
SpaceAction *saction = (SpaceAction *)sa->spacedata.first;
/* context changes */ /* context changes */
switch (wmn->category) { switch (wmn->category) {