JAL-1628 drop getShowAnnotation accessor in favour of isShowAnnotation in AlignViewpo...
[jalview.git] / src / jalview / gui / AnnotationLabels.java
index 501df8a..97499c9 100755 (executable)
@@ -249,7 +249,7 @@ public class AnnotationLabels extends JPanel implements MouseListener,
     {
       new AnnotationExporter().exportAnnotations(ap,
               new AlignmentAnnotation[]
-              { aa[selectedRow] }, null, null);
+      { aa[selectedRow] });
     }
     else if (evt.getActionCommand().equals(COPYCONS_SEQ))
     {