Skip to content

Commit 1874ed8

Browse files
committed
lint
1 parent ff9964f commit 1874ed8

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

soh/soh/Enhancements/randomizer/randomizer_check_tracker.cpp

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -899,11 +899,6 @@ void CheckTrackerWindow::DrawElement() {
899899
return;
900900
}
901901

902-
SceneID sceneId = SCENE_ID_MAX;
903-
if (gPlayState != nullptr) {
904-
sceneId = (SceneID)gPlayState->sceneNum;
905-
}
906-
907902
//Quick Options
908903
#ifdef __WIIU__
909904
float headerHeight = 40.0f;
@@ -1312,9 +1307,6 @@ void LoadSettings() {
13121307

13131308
bool IsCheckShuffled(RandomizerCheck rc) {
13141309
Rando::Location* loc = Rando::StaticData::GetLocation(rc);
1315-
if (loc->GetRCType() == RCTYPE_SHOP) {
1316-
auto identity = OTRGlobals::Instance->gRandomizer->IdentifyShopItem(loc->GetScene(), loc->GetActorParams() + 1);
1317-
}
13181310
if (IS_RANDO && OTRGlobals::Instance->gRandomizer->GetRandoSettingValue(RSK_LOGIC_RULES) != RO_LOGIC_VANILLA) {
13191311
return
13201312
(loc->GetArea() != RCAREA_INVALID) && // don't show Invalid locations

0 commit comments

Comments
 (0)