JAL-2089 patch broken merge to master for Release 2.10.0b1
[jalview.git] / src / jalview / jbgui / GStructureViewer.java
index 179607f..bd0f1de 100644 (file)
@@ -53,8 +53,6 @@ public abstract class GStructureViewer extends JInternalFrame implements
 
   protected JMenuItem fitToWindow = new JMenuItem();
 
-  protected JMenuItem highlightSelection = new JMenuItem();
-
   protected JRadioButtonMenuItem seqColour = new JRadioButtonMenuItem();
 
   protected JRadioButtonMenuItem chainColour = new JRadioButtonMenuItem();
@@ -169,17 +167,6 @@ public abstract class GStructureViewer extends JInternalFrame implements
       }
     });
 
-    highlightSelection.setText(MessageManager
-            .getString("label.highlight_selection"));
-    highlightSelection.addActionListener(new ActionListener()
-    {
-      @Override
-      public void actionPerformed(ActionEvent actionEvent)
-      {
-        highlightSelection_actionPerformed();
-      }
-    });
-
     JMenu colourMenu = new JMenu();
     colourMenu.setText(MessageManager.getString("label.colours"));