[Bf-blender-cvs] [920602f] master: Quiet warning

Campbell Barton noreply at git.blender.org
Thu Apr 24 12:38:51 CEST 2014


Commit: 920602f3cfbf63f60bbf176ab309baa135a419df
Author: Campbell Barton
Date:   Thu Apr 24 19:07:52 2014 +1000
https://developer.blender.org/rB920602f3cfbf63f60bbf176ab309baa135a419df

Quiet warning

===================================================================

M	source/blender/editors/space_action/space_action.c

===================================================================

diff --git a/source/blender/editors/space_action/space_action.c b/source/blender/editors/space_action/space_action.c
index f9f5b0c..69eeac6 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) {




More information about the Bf-blender-cvs mailing list