From: DRC Date: Sat, 26 Feb 2011 20:04:23 +0000 (+0000) Subject: Remove entry for tjScaledSize() X-Git-Tag: 1.1.90~200 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=98a7bdec4ed55afd3acf69b8993a4ba3881fad6e;p=libjpeg-turbo Remove entry for tjScaledSize() git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@458 632fc199-4ca6-4c93-a231-07263d6284db --- diff --git a/turbojpeg-mapfile b/turbojpeg-mapfile index c94bbf0..4ad45d1 100755 --- a/turbojpeg-mapfile +++ b/turbojpeg-mapfile @@ -6,7 +6,6 @@ TURBOJPEG_1.0 TJBUFSIZE; tjInitDecompress; tjDecompressHeader; - tjScaledSize; tjDecompress; tjDestroy; tjGetErrorStr; diff --git a/turbojpeg-mapfile.jni b/turbojpeg-mapfile.jni index c0291f7..acdef70 100755 --- a/turbojpeg-mapfile.jni +++ b/turbojpeg-mapfile.jni @@ -6,7 +6,6 @@ TURBOJPEG_1.0 TJBUFSIZE; tjInitDecompress; tjDecompressHeader; - tjScaledSize; tjDecompress; tjDestroy; tjGetErrorStr;