OSDN Git Service

I accidentally broke this code while refactoring MediaScanner. This is the fix.
authorAndreas Huber <andih@google.com>
Thu, 3 Dec 2009 23:45:53 +0000 (15:45 -0800)
committerAndreas Huber <andih@google.com>
Thu, 3 Dec 2009 23:45:53 +0000 (15:45 -0800)
media/libmedia/StagefrightMediaScanner.cpp

index 94b9978..522ab5a 100644 (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;
 }