remove unnecessary ubfix check

This commit is contained in:
RavePossum 2024-04-15 16:30:06 -04:00
parent 7e4daea0ed
commit 8499f6878d

View file

@ -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();