Remove system.out
[jalview.git] / src / jalview / appletgui / RedundancyPanel.java
index efabb9b..7ceb570 100755 (executable)
@@ -1,6 +1,6 @@
 /*\r
  * Jalview - A Sequence Alignment Editor and Viewer\r
- * Copyright (C) 2005 AM Waterhouse, J Procter, G Barton, M Clamp, S Searle\r
+ * Copyright (C) 2006 AM Waterhouse, J Procter, G Barton, M Clamp, S Searle\r
  *\r
  * This program is free software; you can redistribute it and/or\r
  * modify it under the terms of the GNU General Public License\r
@@ -193,14 +193,14 @@ public class RedundancyPanel extends SliderPanel implements Runnable, WindowList
     }\r
   public void applyButton_actionPerformed()\r
   {\r
-    historyList.push(new HistoryItem("Remove redundancy",\r
-                        ap.av.alignment, HistoryItem.HIDE));\r
+   // historyList.push(new HistoryItem("Remove redundancy",\r
+   //                     ap.av.alignment, HistoryItem.HIDE));\r
 \r
             if ((historyList.size() == 1) ||\r
                     !ap.alignFrame.historyList.contains(historyList.firstElement()))\r
             {\r
-                ap.alignFrame.addHistoryItem((HistoryItem) historyList.firstElement());\r
-                ap.alignFrame.updateEditMenuBar();\r
+      //          ap.alignFrame.addHistoryItem((HistoryItem) historyList.firstElement());\r
+     //           ap.alignFrame.updateEditMenuBar();\r
             }\r
 \r
             Vector del = new Vector();\r
@@ -243,8 +243,8 @@ public class RedundancyPanel extends SliderPanel implements Runnable, WindowList
 \r
   public void undoButton_actionPerformed()\r
   {\r
-    HistoryItem hi = (HistoryItem) historyList.pop();\r
-    ap.alignFrame.restoreHistoryItem(hi);\r
+  //  HistoryItem hi = (HistoryItem) historyList.pop();\r
+  //  ap.alignFrame.restoreHistoryItem(hi);\r
 \r
     if (historyList.size() == 0)\r
     {\r