diff --git a/turbojpeg-mapfile b/turbojpeg-mapfile index c94bbf04..4ad45d1b 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 c0291f73..acdef70f 100755 --- a/turbojpeg-mapfile.jni +++ b/turbojpeg-mapfile.jni @@ -6,7 +6,6 @@ TURBOJPEG_1.0 TJBUFSIZE; tjInitDecompress; tjDecompressHeader; - tjScaledSize; tjDecompress; tjDestroy; tjGetErrorStr;