X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fio%2FHTMLOutput.java;h=e7054c7704ce11ea82953770d13af9632f557921;hb=c4c37610dc373b9b3349e5c0915c6eddda2efe31;hp=9729ec8c9930bfb3d255f853cd47f5aa32ec685d;hpb=e226ed0ad6ba8552a0b70fb083cf00060588855d;p=jalview.git diff --git a/src/jalview/io/HTMLOutput.java b/src/jalview/io/HTMLOutput.java index 9729ec8..e7054c7 100644 --- a/src/jalview/io/HTMLOutput.java +++ b/src/jalview/io/HTMLOutput.java @@ -243,17 +243,6 @@ public abstract class HTMLOutput implements Runnable } } - // /** - // * Answers true if HTML export is invoke in headless mode or false otherwise - // * - // * @return - // */ - // protected boolean isHeadless() - // { - // return System.getProperty("java.awt.headless") != null - // && System.getProperty("java.awt.headless").equals("true"); - // } - /** * This method provides implementation of consistent behaviour which should * occur after a HTML file export. It MUST be called at the end of the