From b3004d30f5d5060035c5f8ac4cb6338463872877 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 3 Apr 2018 08:57:01 +0200 Subject: Undo: remove particle undo push Was only called on copy particle system which is already doing an undo push. --- source/blender/editors/include/ED_particle.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/blender/editors/include/ED_particle.h') 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__ */ -- cgit v1.2.3