[Bf-blender-cvs] [7086e0f] gooseberry: warning: unused var

Campbell Barton noreply at git.blender.org
Wed Jan 14 21:08:10 CET 2015


Commit: 7086e0fb50e109dc0b552f9efee0ea47318648e3
Author: Campbell Barton
Date:   Thu Jan 15 07:06:02 2015 +1100
Branches: gooseberry
https://developer.blender.org/rB7086e0fb50e109dc0b552f9efee0ea47318648e3

warning: unused var

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

M	source/blender/makesrna/intern/rna_space.c

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

diff --git a/source/blender/makesrna/intern/rna_space.c b/source/blender/makesrna/intern/rna_space.c
index 0f81425..cf97c88 100644
--- a/source/blender/makesrna/intern/rna_space.c
+++ b/source/blender/makesrna/intern/rna_space.c
@@ -801,7 +801,6 @@ static void rna_SpaceImageEditor_cursor_location_set(PointerRNA *ptr, const floa
 
 static void rna_SpaceImageEditor_scopes_update(struct bContext *C, struct PointerRNA *ptr)
 {
-	Scene *scene = CTX_data_scene(C);
 	SpaceImage *sima = (SpaceImage *)ptr->data;
 	ImBuf *ibuf;
 	void *lock;




More information about the Bf-blender-cvs mailing list