From 11e4eafd9b08b5844860b92a5c8723aab8e77e1a Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 17 Dec 2019 09:12:03 +1100 Subject: Cleanup: compiler warnings --- source/blender/editors/physics/physics_fluid.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'source/blender/editors/physics') diff --git a/source/blender/editors/physics/physics_fluid.c b/source/blender/editors/physics/physics_fluid.c index 17c560bf90e..c7ba5ee2eb3 100644 --- a/source/blender/editors/physics/physics_fluid.c +++ b/source/blender/editors/physics/physics_fluid.c @@ -471,9 +471,6 @@ static void fluid_free_startjob(void *customdata, short *stop, short *do_update, FluidDomainSettings *mds = job->mmd->domain; Scene *scene = job->scene; - char tmpDir[FILE_MAX]; - tmpDir[0] = '\0'; - job->stop = stop; job->do_update = do_update; job->progress = progress; -- cgit v1.2.3