diff options
author | Boris Gjenero <dreamlayers@rockbox.org> | 2011-12-14 21:45:25 +0000 |
---|---|---|
committer | Boris Gjenero <dreamlayers@rockbox.org> | 2011-12-14 21:45:25 +0000 |
commit | 8e6030c8223bfb3102048b2daccbf6a6f4e97ba2 (patch) | |
tree | 92f6769d3fbb5936e32d5fb82480b776ea6fbfb9 /apps/tagcache.h | |
parent | 273fbadb5537743829f9830de5247626a11aedca (diff) | |
download | rockbox-8e6030c8223bfb3102048b2daccbf6a6f4e97ba2.tar.gz rockbox-8e6030c8223bfb3102048b2daccbf6a6f4e97ba2.tar.bz2 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.h | 3 |
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); bool tagcache_find_index(struct tagcache_search *tcs, const char *filename); bool tagcache_check_clauses(struct tagcache_search *tcs, struct tagcache_search_clause **clause, int count); -bool tagcache_is_busy(void); bool tagcache_search(struct tagcache_search *tcs, int tag); void tagcache_search_set_uniqbuf(struct tagcache_search *tcs, void *buffer, long length); @@ -228,7 +227,6 @@ bool tagcache_retrieve(struct tagcache_search *tcs, int idxid, void tagcache_search_finish(struct tagcache_search *tcs); long tagcache_get_numeric(const struct tagcache_search *tcs, int tag); long tagcache_increase_serial(void); -long tagcache_get_serial(void); bool tagcache_import_changelog(void); bool tagcache_create_changelog(struct tagcache_search *tcs); void tagcache_update_numeric(int idx_id, int tag, long data); @@ -244,7 +242,6 @@ void tagcache_screensync_event(void); void tagcache_screensync_enable(bool state); #ifdef HAVE_TC_RAMCACHE -bool tagcache_is_ramcache(void); #ifdef HAVE_DIRCACHE bool tagcache_fill_tags(struct mp3entry *id3, const char *filename); #endif |