File tree Expand file tree Collapse file tree 1 file changed +0
-25
lines changed
Client/mods/deathmatch/logic/lua Expand file tree Collapse file tree 1 file changed +0
-25
lines changed Original file line number Diff line number Diff line change @@ -445,26 +445,6 @@ inline SString GetClassTypeName(eSurfaceAdhesionGroup*)
445
445
{
446
446
return " surface-adhesion-group" ;
447
447
}
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
- }
468
448
inline SString GetClassTypeName (eSoundEffectType*)
469
449
{
470
450
return " soundeffect-type" ;
@@ -506,11 +486,6 @@ inline SString GetClassTypeName(eSoundEffectParams::Reverb*)
506
486
return " soundeffect-params-reverb" ;
507
487
}
508
488
509
- inline SString GetClassByTypeName (eClientModelType)
510
- {
511
- return " client-model-type" ;
512
- }
513
-
514
489
//
515
490
// CResource from userdata
516
491
//
You can’t perform that action at this time.
0 commit comments