diff --git a/src/libdanbooru/danboorupost.h b/src/libdanbooru/danboorupost.h index ebe1319..ba750ab 100644 --- a/src/libdanbooru/danboorupost.h +++ b/src/libdanbooru/danboorupost.h @@ -79,24 +79,7 @@ namespace Danbooru { public: - /** - * @brief Types of tags - * - * A Danbooru tag is not simply a string, but carries some (limited) - * semantic information. In particular, tags are organized in what they - * refer to, either something related to the image itself, or to the - * artist that drew it, or the copyrights associated to the image, or even - * the characters that are represented in it. - * - **/ - enum TagType { - General = 1, /**< Generic tags **/ - Artist = 2, /**< Tags related to artists **/ - Copyright = 4, /**