Remove unused clock_speed variable

This commit is contained in:
twinaphex 2014-12-09 17:34:37 +01:00
parent 4b4a78878b
commit 92812a1213
2 changed files with 0 additions and 2 deletions

1
main.c
View File

@ -79,7 +79,6 @@ u32 oam_update_count = 0;
u32 synchronize_flag = 1;
u32 update_backup_flag = 1;
u32 clock_speed = 333;
char main_path[512];
void trigger_ext_event();

1
main.h
View File

@ -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();