JAL-2344 handle null format, simplify JalviewFileChooser constructor
[jalview.git] / src / jalview / io / HtmlSvgOutput.java
index 1ec3a4e..3fb3cf2 100644 (file)
@@ -71,16 +71,6 @@ public class HtmlSvgOutput extends HTMLOutput
     new Thread(this).start();
   }
 
-
-  static JalviewFileChooser getHTMLChooser()
-  {
-    return new jalview.io.JalviewFileChooser(
-            jalview.bin.Cache.getProperty("LAST_DIRECTORY"),
-            new String[] { "html" },
-            new String[] { "Hypertext Markup Language" },
-            "Hypertext Markup Language");
-  }
-
   public int printUnwrapped(int pwidth, int pheight, int pi,
           Graphics idGraphics, Graphics alignmentGraphics)
           throws PrinterException