From: Elliott Hughes Date: Wed, 16 Jan 2013 19:10:36 +0000 (-0800) Subject: DO NOT MERGE Fix build. X-Git-Url: https://git.saurik.com/android/aapt.git/commitdiff_plain/a26716da51b33c5014fba460537db707a9ea84f2 DO NOT MERGE Fix build. Looks like a method that won't compile was left behind as part of a merge conflict resolution. Change-Id: I75eabc0c626a619a666642c7c685e4ce544095e7 --- diff --git a/Command.cpp b/Command.cpp index 08d6554..0a5e590 100644 --- a/Command.cpp +++ b/Command.cpp @@ -1839,25 +1839,6 @@ int doCrunch(Bundle* bundle) return NO_ERROR; } -/* - * Do PNG Crunching on a single flag - * -i points to a single png file - * -o points to a single png output file - */ -int doSingleCrunch(Bundle* bundle) -{ - fprintf(stdout, "Crunching single PNG file: %s\n", bundle->getSingleCrunchInputFile()); - fprintf(stdout, "\tOutput file: %s\n", bundle->getSingleCrunchOutputFile()); - - String8 input(bundle->getSingleCrunchInputFile()); - String8 output(bundle->getSingleCrunchOutputFile()); - if (preProcessImageToCache(bundle, input, output) != NO_ERROR) { - // we can't return the status_t as it gets truncate to the lower 8 bits. - return 42; - } - return NO_ERROR; -} - char CONSOLE_DATA[2925] = { 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 95, 46, 32, 32, 32, 32, 32, 32, 32, 32, 32,