JAL-3141 Forgot this file, sorry!
authorBen Soares <bsoares@dundee.ac.uk>
Mon, 14 Jan 2019 23:53:16 +0000 (23:53 +0000)
committerBen Soares <bsoares@dundee.ac.uk>
Mon, 14 Jan 2019 23:53:16 +0000 (23:53 +0000)
src/jalview/gui/Jalview2XML.java

index a02bdfc..553c4fa 100644 (file)
@@ -464,16 +464,11 @@ public class Jalview2XML
     try
     {
 
-      //BackupFiles backupfiles = new BackupFiles(statefile);
-      //fos = new FileOutputStream(backupfiles.getTempFile());
       fos = new FileOutputStream(statefile);
 
       JarOutputStream jout = new JarOutputStream(fos);
       saveState(jout);
 
-      //backupfiles.setWriteSuccess(true);
-      //backupfiles.rollBackupsAndRenameTempFile();
-
     } catch (Exception e)
     {
       // TODO: inform user of the problem - they need to know if their data was