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>2018-04-03 09:57:01 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-04-03 09:57:01 +0300
commitb3004d30f5d5060035c5f8ac4cb6338463872877 (patch)
tree1d6c67bbfe50ebdf100d7c11043d87b98e56374d /source/blender/editors/include/ED_particle.h
parent72ae0e1b6d3057d92420f7ccff88592946e61937 (diff)
Undo: remove particle undo push
Was only called on copy particle system which is already doing an undo push.
Diffstat (limited to 'source/blender/editors/include/ED_particle.h')
-rw-r--r--source/blender/editors/include/ED_particle.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/editors/include/ED_particle.h b/source/blender/editors/include/ED_particle.h
index fa5abb8e1dd..4f6aa1cc702 100644
--- a/source/blender/editors/include/ED_particle.h
+++ b/source/blender/editors/include/ED_particle.h
@@ -65,7 +65,5 @@ void PE_deselect_all_visible(struct PTCacheEdit *edit);
/* particle_edit_undo.c */
void ED_particle_undosys_type(struct UndoType *ut);
-void PE_undo_push(struct Scene *scene, const char *str);
-
#endif /* __ED_PARTICLE_H__ */