I accidentally broke this code while refactoring MediaScanner. This is the fix.

This commit is contained in:
Andreas Huber
2009-12-03 15:45:53 -08:00
parent 67d9aa15b6
commit 1f1c7bad42

View File

@@ -32,13 +32,6 @@ status_t StagefrightMediaScanner::processFile(
return OK;
}
void StagefrightMediaScanner::setLocale(const char *locale) {
if (mLocale) {
free(mLocale);
}
mLocale = strdup(locale);
}
char *StagefrightMediaScanner::extractAlbumArt(int fd) {
return NULL;
}