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>2020-11-18 05:35:26 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-11-18 05:36:30 +0300
commitbbdfeb751e16d939482d2e4b95c4d470f53f18a5 (patch)
tree25d35a1c099a913cab588ea4d25be236f3b30e26 /source/blender/makesrna/intern/rna_rna.c
parent88512646c0bafa1e31abe41025fc8d837ad77583 (diff)
Cleanup: remove break after return statements
Diffstat (limited to 'source/blender/makesrna/intern/rna_rna.c')
-rw-r--r--source/blender/makesrna/intern/rna_rna.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_rna.c b/source/blender/makesrna/intern/rna_rna.c
index 03394a5faba..45406c3ddd3 100644
--- a/source/blender/makesrna/intern/rna_rna.c
+++ b/source/blender/makesrna/intern/rna_rna.c
@@ -2598,7 +2598,6 @@ bool rna_property_override_apply_default(Main *UNUSED(bmain),
IDP_CopyPropertyContent(item_idprop_dst, item_idprop_src);
return RNA_property_collection_move(ptr_dst, prop_dst, item_index_added, item_index_dst);
- break;
}
default:
BLI_assert(0 && "Unsupported RNA override operation on collection");