forked from bartvdbraak/blender
Quiet warning
This commit is contained in:
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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user