Jalview-JS/JAL-3253-applet fix for original desktop, centralizing regex
[jalview.git] / src / com / stevesoft / pat / Regex.java
index b58a7a9..455f040 100755 (executable)
@@ -308,19 +308,6 @@ class UnicodeLower extends UniValidator
 public class Regex extends RegRes implements FilenameFilter
 {
 
-  static
-  {
-    /**
-     * This is the entry class. Load the core file directly, if it exists. See
-     * buildcore.xml.
-     * 
-     * 
-     * @j2sNative
-     * 
-     *            swingjs.JSUtil.loadStaticResource$S("core/core_stevesoft.z.js");
-     */
-  }
-
   /**
    * BackRefOffset gives the identity number of the first pattern. Version 1.0
    * used zero, version 1.1 uses 1 to be more compatible with perl.