1
0
mirror of https://github.com/cc65/cc65.git synced 2026-01-22 17:16:21 +00:00

remove time zone hack

This commit is contained in:
rumbledethumps
2025-12-03 00:45:25 -08:00
parent dce4ed65d9
commit 71f2ffbffc

View File

@@ -171,10 +171,6 @@ int __fastcall__ f_setlabel (const char* name);
int __fastcall__ f_getlabel (const char* path, char* label);
int __fastcall__ f_getfree (const char* name, unsigned long* free, unsigned long* total);
/* Time zone hack */
void ria_tzset (unsigned long time);
/* XREG location helpers */
#define xreg_ria_keyboard(...) xreg(0, 0, 0, __VA_ARGS__)