From 5c11637b19960ac05e22c01e8d93daf5451a60eb Mon Sep 17 00:00:00 2001 From: MelonSpeedruns Date: Sun, 12 Apr 2026 14:50:28 -0400 Subject: [PATCH] remove unused code --- src/d/d_s_logo.cpp | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/d/d_s_logo.cpp b/src/d/d_s_logo.cpp index 5d129ad246..f04df0fa39 100644 --- a/src/d/d_s_logo.cpp +++ b/src/d/d_s_logo.cpp @@ -480,13 +480,7 @@ void dScnLogo_c::warningInDraw() { if (mTimer == 0) { mExecCommand = EXEC_WARNING_DISP; - - #if TARGET_PC - mTimer = dusk::getSettings().game.skipWarningScreen ? 30 : 3510; - #else mTimer = 3510; - #endif - field_0x20e = 30; field_0x210 = field_0x20e; field_0x212 = 1; @@ -553,13 +547,7 @@ void dScnLogo_c::nintendoOutDraw() { if (mTimer == 0) { mExecCommand = EXEC_DOLBY_IN; - - #if TARGET_PC - mTimer = dusk::getSettings().game.skipWarningScreen ? 30 : 90; - #else mTimer = 90; - #endif - mDoGph_gInf_c::startFadeIn(30); } }