summaryrefslogtreecommitdiff
path: root/src/rtc.c
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-09-20 20:18:00 -0700
committerYamaArashi <shadow962@live.com>2016-09-20 20:18:00 -0700
commit8805b045034d9dcc687a178881b94bc6d87f035d (patch)
tree82d8f5bbf5e0c37292263b29ec99d596e980f06c /src/rtc.c
parent0b2a61e5d84e8a9950004c8d76ad8556e334f6c4 (diff)
decompile more script functions
Diffstat (limited to 'src/rtc.c')
-rw-r--r--src/rtc.c3
1 files changed, 0 insertions, 3 deletions
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] =