aboutsummaryrefslogtreecommitdiff
path: root/generic/List.h
diff options
context:
space:
mode:
Diffstat (limited to 'generic/List.h')
-rw-r--r--generic/List.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/generic/List.h b/generic/List.h
index be17ad3..f63f0e0 100644
--- a/generic/List.h
+++ b/generic/List.h
@@ -71,11 +71,6 @@ void ZnListDelete(ZnList /* list */,
int /* index */);
void ZnListTruncate(ZnList /* list */,
int /* index */);
-int ZnListDo(ZnList /* list */,
- void *data,
- int (*/* to_do */)(void */* value */,
- void */*data*/));
-
#ifdef __CPLUSPLUS__
}