Surface Deform mod: removed some stuff that shouldn't have been committed

This commit is contained in:
Sybren A. Stüvel 2018-05-09 12:41:32 +02:00
parent 2862b58a38
commit 1cc7d7d5ec
4 changed files with 0 additions and 43 deletions

View File

@ -90,8 +90,6 @@
#include "WM_api.h"
#include "WM_types.h"
#include "MOD_modifier_helpers.h"
#include "object_intern.h"
static void modifier_skin_customdata_delete(struct Object *ob);

View File

@ -106,7 +106,6 @@ set(SRC
intern/MOD_weightvgproximity.c
intern/MOD_wireframe.c
MOD_modifier_helpers
MOD_modifiertypes.h
intern/MOD_fluidsim_util.h
intern/MOD_meshcache_util.h

View File

@ -1,39 +0,0 @@
/*
* ***** BEGIN GPL LICENSE BLOCK *****
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* Contributor(s): Blender Foundation
*
* ***** END GPL LICENSE BLOCK *****
*/
/** \file MOD_modifier_helpers.h
* \ingroup modifiers
*
* Modifier-specific functions that should be accessible from outside the modifiers module.
*/
#ifndef __MOD_MODIFIER_HELPERS_H__
#define __MOD_MODIFIER_HELPERS_H__
struct Object;
struct SurfaceDeformModifierData;
/* Defined in MOD_surfacedeform.c */
bool MOD_surfacedeform_bind(struct Object *ob, struct SurfaceDeformModifierData *smd);
#endif /* __MOD_MODIFIER_HELPERS_H__ */

View File

@ -20,7 +20,6 @@
#include "MEM_guardedalloc.h"
#include "MOD_modifier_helpers.h"
#include "MOD_util.h"
typedef struct SDefAdjacency {