From b74db803af6ef204b5771858c38cd31efb8df4a9 Mon Sep 17 00:00:00 2001 From: Michiel Van Der Kolk Date: Fri, 1 Jul 2005 22:13:16 +0000 Subject: disable compiling of (for now) unused code git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6978 a1c6a512-1295-4272-9138-f99709370657 --- apps/database.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apps') diff --git a/apps/database.c b/apps/database.c index a69385dd03..cabdea1897 100644 --- a/apps/database.c +++ b/apps/database.c @@ -172,7 +172,7 @@ int getfentrybyfilename(char *fname) } return 0; } - +#if 0 int getfentrybyhash(int hash) { int min=0; @@ -284,6 +284,7 @@ int tagdb_shiftup(int targetoffset, int startingoffset, int bytes) return 0; } } +#endif /*** end TagDatabase code ***/ -- cgit v1.2.3