Skip to content

Commit ce30759

Browse files
committed
Removed destructor
1 parent ee23cd9 commit ce30759

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Client/game_sa/CAnimBlendSequenceSA.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ class CAnimBlendSequenceSA : public CAnimBlendSequence
3636
{
3737
public:
3838
CAnimBlendSequenceSA ( CAnimBlendSequenceSAInterface * pInterface ) { m_pInterface = pInterface; }
39-
~CAnimBlendSequenceSA ( void ) { }
4039
void Initialize ( void );
4140
void SetName ( const char * szName );
4241
void SetBoneTag ( int32_t i32BoneID );

0 commit comments

Comments
 (0)