Explorar o código

Removed unused local.

NathanSweet %!s(int64=11) %!d(string=hai) anos
pai
achega
bdace991a8
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  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];