From 0309a7b9a95a3411ab7fcdab75ffbe67779d9820 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 1 May 2014 05:07:48 +1000 Subject: Code cleanup: remove unused header --- source/blender/editors/physics/physics_fluid.c | 16 ---------------- 1 file changed, 16 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 05abd0ea70d..3972ed1c49e 100644 --- a/source/blender/editors/physics/physics_fluid.c +++ b/source/blender/editors/physics/physics_fluid.c @@ -1086,22 +1086,6 @@ static void UNUSED_FUNCTION(fluidsimFreeBake)(Object *UNUSED(ob)) #else /* WITH_MOD_FLUID */ -/* compile dummy functions for disabled fluid sim */ - -FluidsimSettings *fluidsimSettingsNew(Object *UNUSED(srcob)) -{ - return NULL; -} - -void fluidsimSettingsFree(FluidsimSettings *UNUSED(fss)) -{ -} - -FluidsimSettings *fluidsimSettingsCopy(FluidsimSettings *UNUSED(fss)) -{ - return NULL; -} - /* only compile dummy functions */ static int fluidsimBake(bContext *UNUSED(C), ReportList *UNUSED(reports), Object *UNUSED(ob), short UNUSED(do_job)) { -- cgit v1.2.3