ERD_dismissNotice Function (ROM Call 0x476)

AMS 2.00 or higher error.h

void ERD_dismissNotice (void);

Removes the error notice displayed by a prior call to ERD_notice.

This function causes the screen to be repainted, because it calls WinClose.
CAUTION: calling this function without a prior call to ERD_notice, or calling ERD_dismissNotice twice, can leave the calculator in an unstable state !


Uses: WinClose
Used by: DlgMessage, EV_eventLoop