From: Rudolf Polzer Date: Thu, 14 Jul 2011 11:13:06 +0000 (+0200) Subject: remove an unused variable X-Git-Tag: android-x86-6.0-r1~131 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=06e1b5bd692894fd70b88fbef125e6dc8f36085b;p=android-x86%2Fexternal-s2tc.git remove an unused variable --- diff --git a/s2tc.cpp b/s2tc.cpp index 93b8592..53ca768 100644 --- a/s2tc.cpp +++ b/s2tc.cpp @@ -507,7 +507,6 @@ int main(int argc, char **argv) GLenum dxt = GL_COMPRESSED_RGBA_S3TC_DXT1_EXT; const char *infile = NULL, *outfile = NULL; FILE *outfh; - char buf[80]; int opt; while((opt = getopt(argc, argv, "i:o:t:r:c:")) != -1)