commit ffedc01de6a7c0e7f69724826c055c7a9ae1484e
parent dd9d1cefa26395c7d472a85f0678e6fce356c229
Author: Andreas Gruhler <agruhl@gmx.ch>
Date: Mon, 5 Jul 2021 00:06:23 +0200
remove todo
Diffstat:
1 file changed, 0 insertions(+), 7 deletions(-)
diff --git a/src/utils.c b/src/utils.c
@@ -318,13 +318,6 @@ void fpath(const char* dir, size_t dir_size, const struct tm* date, char** rpath
strcat(*rpath, dstr);
}
-// TODO: write functions for (un)escaped TEXT
-// https://datatracker.ietf.org/doc/html/rfc5545#section-3.3.11
-char* unescape_ical_description(const char* description);
-char* escape_ical_description(const char* description);
-
-config CONFIG;
-
config CONFIG = {
.range = 1,
.weekday = 1,