aboutsummaryrefslogtreecommitdiffstats
path: root/src/tag/Tag.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/tag/Tag.hxx')
-rw-r--r--src/tag/Tag.hxx14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/tag/Tag.hxx b/src/tag/Tag.hxx
index bfbebe671..731d7cd58 100644
--- a/src/tag/Tag.hxx
+++ b/src/tag/Tag.hxx
@@ -104,20 +104,6 @@ struct Tag {
void Clear();
/**
- * Gives an optional hint to the tag library that we will now
- * add several tag items; this is used by the library to
- * optimize memory allocation. Only one tag may be in this
- * state, and this tag must not have any items yet. You must
- * call tag_end_add() when you are done.
- */
- void BeginAdd();
-
- /**
- * Finishes the operation started with tag_begin_add().
- */
- void EndAdd();
-
- /**
* Appends a new tag item.
*
* @param type the type of the new tag item