소스 검색

Removed unused local.

NathanSweet 11 년 전
부모
커밋
bdace991a8
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      spine-c/src/spine/AnimationState.c

+ 0 - 2
spine-c/src/spine/AnimationState.c

@@ -201,8 +201,6 @@ void spAnimationState_clearTracks (spAnimationState* self) {
 }
 
 void spAnimationState_clearTrack (spAnimationState* self, int trackIndex) {
-	_spAnimationState* internal = SUB_CAST(_spAnimationState, self);
-
 	spTrackEntry* current;
 	if (trackIndex >= self->trackCount) return;
 	current = self->tracks[trackIndex];