From 6e5cc965552fadac700baa9b076777697f66386a Mon Sep 17 00:00:00 2001 From: gmungoc Date: Fri, 31 Mar 2017 09:57:08 +0100 Subject: [PATCH] JAL-1608 unused method removed --- src/jalview/jbgui/GAlignFrame.java | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/jalview/jbgui/GAlignFrame.java b/src/jalview/jbgui/GAlignFrame.java index b759d64..ca2c194 100755 --- a/src/jalview/jbgui/GAlignFrame.java +++ b/src/jalview/jbgui/GAlignFrame.java @@ -1905,12 +1905,6 @@ public class GAlignFrame extends JInternalFrame // selectMenu.add(listenToViewSelections); } - protected void configureSelectMenu() - { - // TODO Auto-generated method stub - - } - /** * Constructs the entries on the Colour menu (but does not add them to the * menu). -- 1.7.10.2