From 3eea7a245a7ed49127a222628543f9509a6ff2b6 Mon Sep 17 00:00:00 2001 From: Louis Burda Date: Thu, 16 Dec 2021 17:11:12 +0100 Subject: Switched most buffers to wide chars, added general ref class, now clear mpd errors, added track and command completion --- tag.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'tag.h') diff --git a/tag.h b/tag.h index 5e61e60..4854cfb 100644 --- a/tag.h +++ b/tag.h @@ -10,13 +10,3 @@ struct tag { struct link link; }; -struct tag_ref { - struct tag *tag; - - struct link link; -}; - -int tagrefs_incl(struct link *head, struct tag *tag); -void tagrefs_add(struct link *head, struct tag *tag); -void tagrefs_rm(struct link *head, struct tag *tag); - -- cgit v1.2.3-71-gd317