From 8255d1d332700be77b7f45a77f3521cdfd854626 Mon Sep 17 00:00:00 2001 From: Reinhard Pointner Date: Fri, 13 Jul 2012 10:52:55 +0000 Subject: [PATCH] * remove deprecated stuff --- .../net/sourceforge/filebot/format/ExpressionFormat.lib.groovy | 1 - 1 file changed, 1 deletion(-) diff --git a/source/net/sourceforge/filebot/format/ExpressionFormat.lib.groovy b/source/net/sourceforge/filebot/format/ExpressionFormat.lib.groovy index f130cf5f..71b51ffd 100644 --- a/source/net/sourceforge/filebot/format/ExpressionFormat.lib.groovy +++ b/source/net/sourceforge/filebot/format/ExpressionFormat.lib.groovy @@ -99,7 +99,6 @@ String.metaClass.after = { * * e.g. "The IT Crowd (UK)" -> "The IT Crowd" */ -String.metaClass.replaceTrailingBraces = String.metaClass.replaceTrailingBrackets = { replacement = "" -> replaceAll(/\s*[(]([^)]*)[)]$/, replacement) }