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-03-19 05:46:33 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-03-19 05:47:09 +0400
commita91247c2b4702cbdd423fb5526c2f5a8d04c65d8 (patch)
treeb18f3c10365e52f78eb10f249f5beb8f94477468 /source/blender/python/intern/bpy_rna.c
parentf127f49b4d8f06fc4328d470e6fae3e4ebf5cff6 (diff)
Code cleanup: unreachable break/return
Diffstat (limited to 'source/blender/python/intern/bpy_rna.c')
-rw-r--r--source/blender/python/intern/bpy_rna.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/python/intern/bpy_rna.c b/source/blender/python/intern/bpy_rna.c
index 23308bf997d..cf13efae60e 100644
--- a/source/blender/python/intern/bpy_rna.c
+++ b/source/blender/python/intern/bpy_rna.c
@@ -1920,7 +1920,6 @@ static int pyrna_py_to_prop(PointerRNA *ptr, PropertyRNA *prop, void *data, PyOb
error_prefix, RNA_struct_identifier(ptr->type),
RNA_property_identifier(prop));
return -1;
- break;
}
}