From: Jim Procter Date: Fri, 6 Jul 2018 13:35:51 +0000 (+0100) Subject: JAL-3048 remove copied todo X-Git-Tag: Release_2_11_4_0~45^2~18^2~566 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=f6960fda4da039c82fa2fd520a38de207ddca12a;p=jalview.git JAL-3048 remove copied todo --- diff --git a/src/jalview/gui/JvOptionPane.java b/src/jalview/gui/JvOptionPane.java index f0bd800..89899e2 100644 --- a/src/jalview/gui/JvOptionPane.java +++ b/src/jalview/gui/JvOptionPane.java @@ -768,20 +768,6 @@ public class JvOptionPane extends JOptionPane { runner.firstRun((int) getMockResponse()); } - // two uses: - // - // TODO - // - // 1) AlignViewport for openLinkedAlignment - // - // Show a dialog with the option to open and link (cDNA <-> protein) as a - // new - // alignment, either as a standalone alignment or in a split frame. Returns - // true if the new alignment was opened, false if not, because the user - // declined the offer. - // - // 2) UserDefinedColors warning about saving over a name already defined - // Component parent; /** * @j2sNative parent = this;