Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8d670d34 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change I1f1c7bad into eclair-mr2

* changes:
  I accidentally broke this code while refactoring MediaScanner. This is the fix.
parents 9b565d5b 1f1c7bad
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -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;
}