diff options
| author | Michiel Van Der Kolk <not.valid@email.address> | 2005-07-01 22:13:16 +0000 |
|---|---|---|
| committer | Michiel Van Der Kolk <not.valid@email.address> | 2005-07-01 22:13:16 +0000 |
| commit | b74db803af6ef204b5771858c38cd31efb8df4a9 (patch) | |
| tree | 4ffc25a7f3b7499cab7b9a63271358932bef36db /apps | |
| parent | 45d6fa916c87a0132f1248decc4863683fe82921 (diff) | |
| download | rockbox-b74db803af6ef204b5771858c38cd31efb8df4a9.zip rockbox-b74db803af6ef204b5771858c38cd31efb8df4a9.tar.gz rockbox-b74db803af6ef204b5771858c38cd31efb8df4a9.tar.bz2 rockbox-b74db803af6ef204b5771858c38cd31efb8df4a9.tar.xz | |
disable compiling of (for now) unused code
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6978 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/database.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/database.c b/apps/database.c index a69385d..cabdea1 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 ***/ |