Skip to content

Commit 989275f

Browse files
committed
tentative full-on removal
1 parent 172d65c commit 989275f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/PlayLayer.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -277,11 +277,6 @@ class $modify(MyPlayLayer, PlayLayer) {
277277
if (fontID != 0 && fontID != -3 && getModBool("customFontGoldColor")) hopefullyALabel->setColor({254, 207, 6});
278278
}
279279
}
280-
// void updateInfoLabel() {
281-
// PlayLayer::updateInfoLabel();
282-
// if (!getModBool("enabled") || !m_level || m_level->isPlatformer() || !m_player1->m_isDead || m_isPlatformer) return;
283-
// MyPlayLayer::findAndModifyTheNewBestNode();
284-
// }
285280
void showNewBest(bool newReward, int orbs, int diamonds, bool demonKey, bool noRetry, bool noTitle) {
286281
PlayLayer::showNewBest(newReward, orbs, diamonds, demonKey, noRetry, noTitle);
287282
Loader::get()->queueInMainThread([this]() {

0 commit comments

Comments
 (0)