aboutsummaryrefslogtreecommitdiff
path: root/parse.h
diff options
context:
space:
mode:
Diffstat (limited to 'parse.h')
-rw-r--r--parse.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/parse.h b/parse.h
index 2752256a..9d95bb22 100644
--- a/parse.h
+++ b/parse.h
@@ -37,8 +37,7 @@ int handle_kv(
vevent* ev,
content_line* cline,
int line,
- // scope_context* s_ctx
- parse_ctx* ctx
+ parse_ctx* ctx
);
int parse_file(char* fname, FILE* f, vcalendar* cal);