From 920602f3cfbf63f60bbf176ab309baa135a419df Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 24 Apr 2014 19:07:52 +1000 Subject: [PATCH] Quiet warning --- source/blender/editors/space_action/space_action.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/source/blender/editors/space_action/space_action.c b/source/blender/editors/space_action/space_action.c index f9f5b0c4919..69eeac69e85 100644 --- a/source/blender/editors/space_action/space_action.c +++ b/source/blender/editors/space_action/space_action.c @@ -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 */ switch (wmn->category) {