From 71f2ffbffcb73a0e2b79aee4f101c6d1ef77ce7d Mon Sep 17 00:00:00 2001 From: rumbledethumps <16963588+rumbledethumps@users.noreply.github.com> Date: Wed, 3 Dec 2025 00:45:25 -0800 Subject: [PATCH] remove time zone hack --- include/rp6502.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/rp6502.h b/include/rp6502.h index 2c0e78b87..c478c5dd3 100644 --- a/include/rp6502.h +++ b/include/rp6502.h @@ -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__)