commented out for release
authorjprocter <Jim Procter>
Fri, 26 Mar 2010 12:19:28 +0000 (12:19 +0000)
committerjprocter <Jim Procter>
Fri, 26 Mar 2010 12:19:28 +0000 (12:19 +0000)
src/jalview/jbgui/GAlignFrame.java

index 04955e3..020e617 100755 (executable)
@@ -975,14 +975,15 @@ public class GAlignFrame extends JInternalFrame
         showSeqFeatures_actionPerformed(actionEvent);
       }
     });
-    showSeqFeaturesHeight.setText("Vary Sequence Feature Height");
+/*
+ *     showSeqFeaturesHeight.setText("Vary Sequence Feature Height");
     showSeqFeaturesHeight.addActionListener(new ActionListener()
     {
       public void actionPerformed(ActionEvent actionEvent)
       {
         showSeqFeaturesHeight_actionPerformed(actionEvent);
       }
-    });
+    }); */
     showDbRefsMenuitem.setText("Show Database Refs");
     showDbRefsMenuitem.addActionListener(new ActionListener()
     {
@@ -1616,7 +1617,7 @@ public class GAlignFrame extends JInternalFrame
     viewMenu.add(showGroupConsensus);
     viewMenu.addSeparator();
     viewMenu.add(showSeqFeatures);
-    viewMenu.add(showSeqFeaturesHeight);
+    //viewMenu.add(showSeqFeaturesHeight);
    
     viewMenu.add(featureSettings);
     tooltipSettingsMenu.add(showDbRefsMenuitem);