summaryrefslogtreecommitdiffstats
path: root/core/taxonomy.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/taxonomy.h')
-rw-r--r--core/taxonomy.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/taxonomy.h b/core/taxonomy.h
index 97205a48f..84caa5baa 100644
--- a/core/taxonomy.h
+++ b/core/taxonomy.h
@@ -39,7 +39,6 @@ struct taxonomy_data {
struct taxonomy *category;
};
-struct taxonomy *alloc_taxonomy();
void free_taxonomy(struct taxonomy_data *t);
void copy_taxonomy(const struct taxonomy_data *orig, struct taxonomy_data *copy);
int taxonomy_index_for_category(const struct taxonomy_data *t, enum taxonomy_category cat);