6708093: Redundant unused native method declaration in LCMS.java

Reviewed-by: bae, prr
This commit is contained in:
Pushan Hinduja 2014-08-11 10:42:51 +04:00 committed by Yuri Nesterenko
parent 29ec29b142
commit a3cf5e1850

View File

@ -187,7 +187,6 @@ public class LCMS implements PCMM {
public static native void colorConvert(LCMSTransform trans, public static native void colorConvert(LCMSTransform trans,
LCMSImageLayout src, LCMSImageLayout src,
LCMSImageLayout dest); LCMSImageLayout dest);
public static native void freeTransform(long ID);
public static native void initLCMS(Class<?> Trans, Class<?> IL, Class<?> Pf); public static native void initLCMS(Class<?> Trans, Class<?> IL, Class<?> Pf);