diff --git a/src/game/shared/tf/tf_weapon_shotgun.h b/src/game/shared/tf/tf_weapon_shotgun.h index 56c5fb037..9cfaae238 100644 --- a/src/game/shared/tf/tf_weapon_shotgun.h +++ b/src/game/shared/tf/tf_weapon_shotgun.h @@ -114,7 +114,6 @@ public: virtual void ApplyPostHitEffects( const CTakeDamageInfo &inputInfo, CTFPlayer *pPlayer ); virtual void FinishReload( void ); virtual bool HasKnockback( void ); - virtual bool SendWeaponAnim( int iActivity ); #ifdef GAME_DLL virtual void Equip( CBaseCombatCharacter *pOwner );