summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2024-05-07 11:45:47 +0300
committerGeorge Hazan <george.hazan@gmail.com>2024-05-07 11:45:47 +0300
commit3cac3160302a2936d04c87c1f7f03fc400449778 (patch)
tree62088adc7c6e12b8e026934f1efc493a9ea8059f /include
parent2e01b6543458d9e54c99ff7d4d86c9d9e45667d3 (diff)
TimeZone_ToStringT - obsolete macro removed
Diffstat (limited to 'include')
-rw-r--r--include/m_timezones.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/m_timezones.h b/include/m_timezones.h
index f9e3fb5b08..466774fd58 100644
--- a/include/m_timezones.h
+++ b/include/m_timezones.h
@@ -134,6 +134,4 @@ EXTERN_C MIR_CORE_DLL(uint32_t) TimeZone_ToLocal(uint32_t);
EXTERN_C MIR_CORE_DLL(char*) TimeZone_ToString(mir_time timeVal, const char *szFormat, char *szDest, size_t cchDest);
EXTERN_C MIR_CORE_DLL(wchar_t*) TimeZone_ToStringW(mir_time timeVal, const wchar_t *wszFormat, wchar_t *wszDest, size_t cchDest);
-#define TimeZone_ToStringT TimeZone_ToStringW
-
#endif /* __M_TIMEZONES_H */