diff --git a/src/p_destructible.cpp b/src/p_destructible.cpp index e0a28f35a..56ab0ea5d 100755 --- a/src/p_destructible.cpp +++ b/src/p_destructible.cpp @@ -899,10 +899,6 @@ DEFINE_ACTION_FUNCTION(FHealthGroup, SetHealth) return 0; } -// genuine hack. this essentially causes the engine to register a struct called Destructible, and enables use of DEFINE_ACTION_FUNCTION -struct FDestructible { void* none; }; -DEFINE_FIELD_X(Destructible, FDestructible, none); - DEFINE_ACTION_FUNCTION(FDestructible, DamageSector) { PARAM_PROLOGUE;