From: cmzmasek@gmail.com Date: Mon, 7 Jul 2014 21:27:44 +0000 (+0000) Subject: in progress X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=52200cbf20fc0372a26e39265dbf6bb2ee687cea;p=jalview.git in progress --- diff --git a/forester/java/src/org/forester/archaeopteryx/TreePanel.java b/forester/java/src/org/forester/archaeopteryx/TreePanel.java index 7825bb7..d3a1c38 100644 --- a/forester/java/src/org/forester/archaeopteryx/TreePanel.java +++ b/forester/java/src/org/forester/archaeopteryx/TreePanel.java @@ -2472,7 +2472,6 @@ public final class TreePanel extends JPanel implements ActionListener, MouseWhee } if ( additional_nodes != null ) { for( final PhylogenyNode an : additional_nodes ) { - // n.getBranchData().setBranchColor( new BranchColor( c ) ); for( final PreorderTreeIterator it = new PreorderTreeIterator( an ); it.hasNext(); ) { it.next().getBranchData().setBranchColor( new BranchColor( c ) ); }