Remove unused methods
This commit is contained in:
parent
cd2e0c0478
commit
35c6c33941
|
@ -31,7 +31,6 @@ import groovy.lang.Range;
|
|||
import net.filebot.MediaTypes;
|
||||
import net.filebot.MetaAttributeView;
|
||||
import net.filebot.media.MediaDetection;
|
||||
import net.filebot.media.MetaAttributes;
|
||||
import net.filebot.similarity.NameSimilarityMetric;
|
||||
import net.filebot.similarity.Normalization;
|
||||
import net.filebot.similarity.SimilarityMetric;
|
||||
|
@ -349,14 +348,6 @@ public class ScriptShellMethods {
|
|||
return file;
|
||||
}
|
||||
|
||||
public static String objectToJson(Object self) throws IOException {
|
||||
return MetaAttributes.toJson(self);
|
||||
}
|
||||
|
||||
public static Object jsonToObject(String self) throws IOException {
|
||||
return MetaAttributes.toObject(self);
|
||||
}
|
||||
|
||||
public static File getStructurePathTail(File self) throws Exception {
|
||||
return MediaDetection.getStructurePathTail(self);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue