1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-08-13 17:03:45 -04:00

* remove deprecated stuff

This commit is contained in:
Reinhard Pointner 2012-07-13 10:52:55 +00:00
parent bff13c898d
commit 8255d1d332

View File

@ -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) }