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>2010-01-12 16:42:13 +0300
committerCampbell Barton <ideasman42@gmail.com>2010-01-12 16:42:13 +0300
commit78798ba4df75d3a17b9c8ea27176384d66a96ae6 (patch)
tree8e31c87384cc134ec0293821bf169bb25a65f7f7 /source/blender/makesrna/intern/rna_main_api.c
parent70942f9a8321e27d5c7dc2036301989364f9a5aa (diff)
rename free_group to free_group_objects since it doesnt free the group its self.
Diffstat (limited to 'source/blender/makesrna/intern/rna_main_api.c')
-rw-r--r--source/blender/makesrna/intern/rna_main_api.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_main_api.c b/source/blender/makesrna/intern/rna_main_api.c
index a1cc8bbabc8..fdb192055b3 100644
--- a/source/blender/makesrna/intern/rna_main_api.c
+++ b/source/blender/makesrna/intern/rna_main_api.c
@@ -188,7 +188,6 @@ Group *rna_Main_groups_new(Main *bmain, char* name)
}
void rna_Main_groups_remove(Main *bmain, ReportList *reports, Group *group)
{
- free_group(group);
unlink_group(group);
group->id.us= 0;
free_libblock(&bmain->group, group);