diff options
Diffstat (limited to 'src/rtc.c')
-rw-r--r-- | src/rtc.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -9,9 +9,6 @@ static struct SiiRtcInfo sRtc; static u8 sProbeResult; static u16 sSavedIme; -// TODO: Define this in C. Gas prevents it from working at the moment. -extern struct Time gLocalTime; - static const struct SiiRtcInfo sRtcDummy = {0, MONTH_JAN, 1}; // 2000 Jan 1 static const s32 sNumDaysInMonths[12] = |