(stop_dialogs): remove extra check.

Continue 433ae45bdd.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
Andrew Borodin 2019-02-18 11:50:26 +03:00
parent 4d219ec5c1
commit 8235df18af

View File

@ -140,7 +140,7 @@ stop_dialogs (void)
{
dlg_stop (midnight_dlg);
if ((top_dlg != NULL) && (top_dlg->data != NULL))
if (top_dlg != NULL)
dlg_stop (DIALOG (top_dlg->data));
}