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:
authorSergey Sharybin <sergey.vfx@gmail.com>2015-01-20 13:05:39 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2015-01-20 13:05:39 +0300
commit06160adbf83573ce12c924dc5cfe1af6205717e3 (patch)
tree3642d6e755a3407ac829c2954b579441c9931e02
parent02fad7dca4adc5e248440c98293cdf713f25d39d (diff)
Code cleanup: Unused variable in RNA callback
-rw-r--r--source/blender/makesrna/intern/rna_space.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_space.c b/source/blender/makesrna/intern/rna_space.c
index 8572d2ffe32..c54822bef4d 100644
--- a/source/blender/makesrna/intern/rna_space.c
+++ b/source/blender/makesrna/intern/rna_space.c
@@ -793,7 +793,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;