in progress
authorcmzmasek@gmail.com <cmzmasek@gmail.com@ca865154-3058-d1c3-3e42-d8f55a55bdbd>
Mon, 7 Jul 2014 21:27:44 +0000 (21:27 +0000)
committercmzmasek@gmail.com <cmzmasek@gmail.com@ca865154-3058-d1c3-3e42-d8f55a55bdbd>
Mon, 7 Jul 2014 21:27:44 +0000 (21:27 +0000)
forester/java/src/org/forester/archaeopteryx/TreePanel.java

index 7825bb7..d3a1c38 100644 (file)
@@ -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 ) );
                 }