From 8fa96610bb9ffbc075e490c6a480cc3422ff7423 Mon Sep 17 00:00:00 2001 From: Leandro Dorileo Date: Fri, 9 Nov 2012 18:58:38 +0000 Subject: [PATCH] EPhysics: get rid of soft_data Patch by: Leandro Dorileo SVN revision: 79055 --- legacy/ephysics/src/lib/ephysics_private.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/legacy/ephysics/src/lib/ephysics_private.h b/legacy/ephysics/src/lib/ephysics_private.h index 9c1922702a..fd21f28cd0 100644 --- a/legacy/ephysics/src/lib/ephysics_private.h +++ b/legacy/ephysics/src/lib/ephysics_private.h @@ -53,7 +53,6 @@ typedef struct _EPhysics_Body_Center_Mass EPhysics_Body_Center_Mass; typedef struct _EPhysics_Body_Size EPhysics_Body_Size; typedef struct _EPhysics_Point EPhysics_Point; typedef struct _EPhysics_Dragging_Data EPhysics_Dragging_Data; -typedef struct _EPhysics_Body_Soft_Body_Data EPhysics_Body_Soft_Body_Data; typedef enum _EPhysics_Body_Shape { @@ -144,7 +143,6 @@ struct _EPhysics_Body { int cloth_rows; int material_index; int collision_cb; - EPhysics_Body_Soft_Body_Data *soft_data; EPhysics_Dragging_Data dragging_data; Eina_Bool active:1;