summaryrefslogtreecommitdiff
path: root/main.h
diff options
context:
space:
mode:
authortwinaphex2014-12-09 17:34:37 +0100
committertwinaphex2014-12-09 17:34:37 +0100
commit92812a1213121ca1fdbe14118a03bdc04f06c98f (patch)
tree4c9986cc4d31fc2231d2e0b36aec48c1c726a2db /main.h
parent4b4a78878b2e96a2b299830909c8093cd681fc5f (diff)
downloadpicogpsp-92812a1213121ca1fdbe14118a03bdc04f06c98f.tar.gz
picogpsp-92812a1213121ca1fdbe14118a03bdc04f06c98f.tar.bz2
picogpsp-92812a1213121ca1fdbe14118a03bdc04f06c98f.zip
Remove unused clock_speed variable
Diffstat (limited to 'main.h')
-rw-r--r--main.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.h b/main.h
index 543560e..41317a9 100644
--- a/main.h
+++ b/main.h
@@ -86,7 +86,6 @@ extern u64 base_timestamp;
extern char main_path[512];
extern u32 update_backup_flag;
-extern u32 clock_speed;
u32 update_gba();
void reset_gba();