Remove vestigial AdvanceScript function used for testing (#6664)
This commit is contained in:
parent
2a8915a8a6
commit
b7b1308d44
@ -65,11 +65,6 @@ void FakeRtc_ManuallySetTime(u32 day, u32 hour, u32 minute, u32 second)
|
|||||||
FakeRtc_AdvanceTimeBy(day, hour, minute, second);
|
FakeRtc_AdvanceTimeBy(day, hour, minute, second);
|
||||||
}
|
}
|
||||||
|
|
||||||
void AdvanceScript(void)
|
|
||||||
{
|
|
||||||
FakeRtc_AdvanceTimeBy(300, 0, 0, 0);
|
|
||||||
}
|
|
||||||
|
|
||||||
u32 FakeRtc_GetSecondsRatio(void)
|
u32 FakeRtc_GetSecondsRatio(void)
|
||||||
{
|
{
|
||||||
return (OW_ALTERED_TIME_RATIO == GEN_8_PLA) ? 60 :
|
return (OW_ALTERED_TIME_RATIO == GEN_8_PLA) ? 60 :
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user