From 391191a7e3a38e80250bd67fce9d588648f2eb4d Mon Sep 17 00:00:00 2001 From: Janne Karhu Date: Mon, 7 Apr 2008 05:54:19 +0000 Subject: [PATCH] Silly copypaste mistake. Thanks for noticing! --- source/blender/src/buttons_object.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/source/blender/src/buttons_object.c b/source/blender/src/buttons_object.c index 91cdc90a7df..af0c06bc3d4 100644 --- a/source/blender/src/buttons_object.c +++ b/source/blender/src/buttons_object.c @@ -2323,10 +2323,6 @@ void do_object_panels(unsigned short event) BLI_addtail(&ob->particlesystem,psys); md= modifier_new(eModifierType_ParticleSystem); -/* -fixme - warning: too many arguments for format - sprintf(md->name, "FluidParticleSystem", BLI_countlist(&ob->particlesystem)); -*/ sprintf(md->name, "FluidParticleSystem"); psmd= (ParticleSystemModifierData*) md; psmd->psys=psys;