aboutsummaryrefslogtreecommitdiff
path: root/vcal.h
diff options
context:
space:
mode:
Diffstat (limited to 'vcal.h')
-rw-r--r--vcal.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/vcal.h b/vcal.h
index d25a77aa..946b626c 100644
--- a/vcal.h
+++ b/vcal.h
@@ -73,17 +73,4 @@ int free_vcalendar (vcalendar* cal);
*/
int push_event(vcalendar* cal, vevent* ev);
-/*
- * NOTE
- * these create a very basic garbage collector. It shouldn't be used,
- * but is useful for finding lost memmory during debugging.
- * TODO
- * remove it.
- */
-extern void** gc_vect;
-extern int gc_ptr;
-
-int gc_register(void* ptr);
-int gc_free(void* ptr);
-
#endif /* VCAL_H */