From 849913dc5987997f9db96e23c7acf9c29f9c6d7f Mon Sep 17 00:00:00 2001 From: default Date: Sun, 2 Oct 2022 09:27:17 +0200 Subject: Use the time functions of xs_time.h. --- snac.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'snac.h') diff --git a/snac.h b/snac.h index 9a597b2..dc49e8d 100644 --- a/snac.h +++ b/snac.h @@ -18,10 +18,6 @@ extern const char *susie; #define L(s) (s) -d_char *xs_time(char *fmt, int local); -#define xs_local_time(fmt) xs_time(fmt, 1) -#define xs_utc_time(fmt) xs_time(fmt, 0) - d_char *tid(int offset); double ftime(void); -- cgit v1.2.3