Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2014-04-24 13:07:52 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-04-24 14:20:26 +0400
commit920602f3cfbf63f60bbf176ab309baa135a419df (patch)
treef3f54ad5e9abde2f1ae568aac8d6b555246e1e0d /source/blender/editors/space_action
parent488581bfc6cef42a966e6e37b010a4338c812f8b (diff)
Quiet warning
Diffstat (limited to 'source/blender/editors/space_action')
-rw-r--r--source/blender/editors/space_action/space_action.c5
1 files 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) {