Pārlūkot izejas kodu

Removed unused local.

NathanSweet 11 gadi atpakaļ
vecāks
revīzija
bdace991a8
1 mainītis faili ar 0 papildinājumiem un 2 dzēšanām
  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) {
 void spAnimationState_clearTrack (spAnimationState* self, int trackIndex) {
-	_spAnimationState* internal = SUB_CAST(_spAnimationState, self);
-
 	spTrackEntry* current;
 	spTrackEntry* current;
 	if (trackIndex >= self->trackCount) return;
 	if (trackIndex >= self->trackCount) return;
 	current = self->tracks[trackIndex];
 	current = self->tracks[trackIndex];