Remove unused variable

This commit is contained in:
Ted John 2016-12-24 01:17:35 +00:00
parent a79e742f39
commit 8ed6dfec56
1 changed files with 0 additions and 1 deletions

View File

@ -44,7 +44,6 @@ extern "C"
uint16 gTitleCurrentSequence;
}
static sint32 _sequenceAttemptId;
static uint16 _loadedTitleSequenceId = UINT16_MAX;
static ITitleSequencePlayer * _sequencePlayer = nullptr;