From 8805b045034d9dcc687a178881b94bc6d87f035d Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Tue, 20 Sep 2016 20:18:00 -0700 Subject: decompile more script functions --- src/rtc.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/rtc.c') diff --git a/src/rtc.c b/src/rtc.c index ccf8ad078..f9aedfd30 100644 --- a/src/rtc.c +++ b/src/rtc.c @@ -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] = -- cgit v1.2.3