Remove popmessage

This commit is contained in:
Angelo Salese 2010-05-04 13:03:25 +00:00
parent 93ced0c2fe
commit 5323d14f1c

View File

@ -1569,8 +1569,6 @@ static TIMER_CALLBACK(dc_rtc_increment)
dc_rtcregister[RTC2] = (dc_rtcregister[RTC2] + 1) & 0xFFFF;
if (dc_rtcregister[RTC2] == 0)
dc_rtcregister[RTC1] = (dc_rtcregister[RTC1] + 1) & 0xFFFF;
popmessage("%d",dc_rtcregister[RTC1] << 16 | dc_rtcregister[RTC2]);
}
/* fill the RTC registers with the proper start-up values */