Skip to content

Commit

Permalink
Remove unused code (PR #2295)
Browse files Browse the repository at this point in the history
  • Loading branch information
theSarrum committed Aug 11, 2021
1 parent 66c7824 commit 88dfd52
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions Client/mods/deathmatch/logic/lua/CLuaFunctionParseHelpers.h
Expand Up @@ -445,26 +445,6 @@ inline SString GetClassTypeName(eSurfaceAdhesionGroup*)
{
return "surface-adhesion-group";
}
inline SString GetClassByTypeName(eObjectGroup::Modifiable*)
{
return "objectgroup-modifiable";
}
inline SString GetClassByTypeName(eObjectGroup::DamageEffect*)
{
return "objectgroup-damageeffect";
}
inline SString GetClassByTypeName(eObjectGroup::CollisionResponse*)
{
return "objectgroup-collisionresponse";
}
inline SString GetClassByTypeName(eObjectGroup::FxType*)
{
return "objectgroup-fxtype";
}
inline SString GetClassByTypeName(eObjectGroup::BreakMode*)
{
return "objectgroup-breakmode";
}
inline SString GetClassTypeName(eSoundEffectType*)
{
return "soundeffect-type";
Expand Down Expand Up @@ -506,11 +486,6 @@ inline SString GetClassTypeName(eSoundEffectParams::Reverb*)
return "soundeffect-params-reverb";
}

inline SString GetClassByTypeName(eClientModelType)
{
return "client-model-type";
}

//
// CResource from userdata
//
Expand Down

0 comments on commit 88dfd52

Please sign in to comment.