remove unnecessary ubfix check
This commit is contained in:
parent
7e4daea0ed
commit
8499f6878d
1 changed files with 0 additions and 2 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue