summaryrefslogtreecommitdiff
path: root/apps/tagcache.h
diff options
context:
space:
mode:
authorBoris Gjenero <dreamlayers@rockbox.org>2011-12-14 21:45:25 +0000
committerBoris Gjenero <dreamlayers@rockbox.org>2011-12-14 21:45:25 +0000
commit8e6030c8223bfb3102048b2daccbf6a6f4e97ba2 (patch)
tree92f6769d3fbb5936e32d5fb82480b776ea6fbfb9 /apps/tagcache.h
parent273fbadb5537743829f9830de5247626a11aedca (diff)
downloadrockbox-8e6030c8223bfb3102048b2daccbf6a6f4e97ba2.tar.gz
rockbox-8e6030c8223bfb3102048b2daccbf6a6f4e97ba2.zip
FS#12378 : Remove various unused code, and comment out some unused code and data for reference or future use.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31256 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/tagcache.h')
-rw-r--r--apps/tagcache.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/tagcache.h b/apps/tagcache.h
index 6c13efdd0e..604e93bce9 100644
--- a/apps/tagcache.h
+++ b/apps/tagcache.h
@@ -214,7 +214,6 @@ bool tagcache_is_numeric_tag(int type);
214bool tagcache_find_index(struct tagcache_search *tcs, const char *filename); 214bool tagcache_find_index(struct tagcache_search *tcs, const char *filename);
215bool tagcache_check_clauses(struct tagcache_search *tcs, 215bool tagcache_check_clauses(struct tagcache_search *tcs,
216 struct tagcache_search_clause **clause, int count); 216 struct tagcache_search_clause **clause, int count);
217bool tagcache_is_busy(void);
218bool tagcache_search(struct tagcache_search *tcs, int tag); 217bool tagcache_search(struct tagcache_search *tcs, int tag);
219void tagcache_search_set_uniqbuf(struct tagcache_search *tcs, 218void tagcache_search_set_uniqbuf(struct tagcache_search *tcs,
220 void *buffer, long length); 219 void *buffer, long length);
@@ -228,7 +227,6 @@ bool tagcache_retrieve(struct tagcache_search *tcs, int idxid,
228void tagcache_search_finish(struct tagcache_search *tcs); 227void tagcache_search_finish(struct tagcache_search *tcs);
229long tagcache_get_numeric(const struct tagcache_search *tcs, int tag); 228long tagcache_get_numeric(const struct tagcache_search *tcs, int tag);
230long tagcache_increase_serial(void); 229long tagcache_increase_serial(void);
231long tagcache_get_serial(void);
232bool tagcache_import_changelog(void); 230bool tagcache_import_changelog(void);
233bool tagcache_create_changelog(struct tagcache_search *tcs); 231bool tagcache_create_changelog(struct tagcache_search *tcs);
234void tagcache_update_numeric(int idx_id, int tag, long data); 232void tagcache_update_numeric(int idx_id, int tag, long data);
@@ -244,7 +242,6 @@ void tagcache_screensync_event(void);
244void tagcache_screensync_enable(bool state); 242void tagcache_screensync_enable(bool state);
245 243
246#ifdef HAVE_TC_RAMCACHE 244#ifdef HAVE_TC_RAMCACHE
247bool tagcache_is_ramcache(void);
248#ifdef HAVE_DIRCACHE 245#ifdef HAVE_DIRCACHE
249bool tagcache_fill_tags(struct mp3entry *id3, const char *filename); 246bool tagcache_fill_tags(struct mp3entry *id3, const char *filename);
250#endif 247#endif