1
0
Fork 0
forked from len0rd/rockbox

disable compiling of (for now) unused code

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6978 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michiel Van Der Kolk 2005-07-01 22:13:16 +00:00
parent 45d6fa916c
commit b74db803af

View file

@ -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 ***/