diff --git a/source/net/filebot/format/ExpressionFormatMethods.java b/source/net/filebot/format/ExpressionFormatMethods.java index afa0747a..776b7a3e 100644 --- a/source/net/filebot/format/ExpressionFormatMethods.java +++ b/source/net/filebot/format/ExpressionFormatMethods.java @@ -422,10 +422,6 @@ public class ExpressionFormatMethods { return Locale.forLanguageTag(self); } - public static String plus(Object self, String value) { - return self.toString() + value; - } - public static String plus(String self, Closure closure) { try { return self + closure.call();