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
path: root/source
diff options
context:
space:
mode:
authorDalai Felinto <dfelinto@gmail.com>2016-11-23 16:45:43 +0300
committerDalai Felinto <dfelinto@gmail.com>2016-11-23 16:49:13 +0300
commitb3de810bf22ad0cbdec1b806bf6998ed64d849df (patch)
treeeafd3fb57a7d29c4b96708cd7cf60d93a0ff7292 /source
parentd9dbd58035cb9f6690250a522d2ebc4a64c98d4c (diff)
Cleanup: silence unused prop warning
Diffstat (limited to 'source')
-rw-r--r--source/blender/makesrna/intern/rna_scene.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/makesrna/intern/rna_scene.c b/source/blender/makesrna/intern/rna_scene.c
index f9dc013a4de..117adb9ba21 100644
--- a/source/blender/makesrna/intern/rna_scene.c
+++ b/source/blender/makesrna/intern/rna_scene.c
@@ -5106,8 +5106,6 @@ static void rna_def_gpu_fx(BlenderRNA *brna)
static void rna_def_layer_nested_collections(BlenderRNA *brna, PropertyRNA *cprop)
{
StructRNA *srna;
- PropertyRNA *prop;
-
FunctionRNA *func;
PropertyRNA *parm;