diff options
Diffstat (limited to 'src/config_date.h')
-rw-r--r-- | src/config_date.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/config_date.h b/src/config_date.h index 41b1069..4a7660e 100644 --- a/src/config_date.h +++ b/src/config_date.h @@ -25,12 +25,6 @@ #include "common.h" #include "config_node.h" -struct config_date { - char tz[64]; -}; - void config_date_init(struct node*); -void load_date_key(struct node*, char*, char*); -int config_date_load(struct node*); #endif |