From 8dca38e979bb00f2045bea02f19d407fafd62ca3 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 5 Sep 2013 19:08:22 +0200 Subject: Tag: remove the obsolete "bulk" mode Methods BeginAdd() and EndAdd() have been replaced by class TagBuilder. --- src/tag/Tag.hxx | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'src/tag/Tag.hxx') 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 @@ -103,20 +103,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. * -- cgit v1.2.3