Skip to content

Commit 88dfd52

Browse files
authored
Remove unused code (PR #2295)
1 parent 66c7824 commit 88dfd52

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

Client/mods/deathmatch/logic/lua/CLuaFunctionParseHelpers.h

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -445,26 +445,6 @@ inline SString GetClassTypeName(eSurfaceAdhesionGroup*)
445445
{
446446
return "surface-adhesion-group";
447447
}
448-
inline SString GetClassByTypeName(eObjectGroup::Modifiable*)
449-
{
450-
return "objectgroup-modifiable";
451-
}
452-
inline SString GetClassByTypeName(eObjectGroup::DamageEffect*)
453-
{
454-
return "objectgroup-damageeffect";
455-
}
456-
inline SString GetClassByTypeName(eObjectGroup::CollisionResponse*)
457-
{
458-
return "objectgroup-collisionresponse";
459-
}
460-
inline SString GetClassByTypeName(eObjectGroup::FxType*)
461-
{
462-
return "objectgroup-fxtype";
463-
}
464-
inline SString GetClassByTypeName(eObjectGroup::BreakMode*)
465-
{
466-
return "objectgroup-breakmode";
467-
}
468448
inline SString GetClassTypeName(eSoundEffectType*)
469449
{
470450
return "soundeffect-type";
@@ -506,11 +486,6 @@ inline SString GetClassTypeName(eSoundEffectParams::Reverb*)
506486
return "soundeffect-params-reverb";
507487
}
508488

509-
inline SString GetClassByTypeName(eClientModelType)
510-
{
511-
return "client-model-type";
512-
}
513-
514489
//
515490
// CResource from userdata
516491
//

0 commit comments

Comments
 (0)