From 8499f6878d857bfe87ffcab1cececeec44d71c1c Mon Sep 17 00:00:00 2001 From: RavePossum Date: Mon, 15 Apr 2024 16:30:06 -0400 Subject: [PATCH] remove unnecessary ubfix check --- src/map_name_popup.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/map_name_popup.c b/src/map_name_popup.c index 085d7fd05f..323b71de67 100644 --- a/src/map_name_popup.c +++ b/src/map_name_popup.c @@ -471,9 +471,7 @@ void HideMapNamePopUpWindow(void) if (MAP_POPUP_GENERATION == GEN_5) { - #ifdef UBFIX if (GetSecondaryPopUpWindowId() != WINDOW_NONE) - #endif // UBFIX { ClearStdWindowAndFrame(GetSecondaryPopUpWindowId(), TRUE); RemoveSecondaryPopUpWindow();