From 6292beaede500c125091a84263ed7cda454ba299 Mon Sep 17 00:00:00 2001
From: Gaetan Boismal <gaetan.boismal@forgerock.com>
Date: Wed, 21 Oct 2015 16:05:43 +0000
Subject: [PATCH] OPENDJ-2348 PR-96 Remove webstart and netscape support

---
 opendj-server-legacy/src/main/java/org/opends/quicksetup/ui/QuickSetupStepPanel.java |   12 ------------
 1 files changed, 0 insertions(+), 12 deletions(-)

diff --git a/opendj-server-legacy/src/main/java/org/opends/quicksetup/ui/QuickSetupStepPanel.java b/opendj-server-legacy/src/main/java/org/opends/quicksetup/ui/QuickSetupStepPanel.java
index 88040ea..8ee9fd8 100644
--- a/opendj-server-legacy/src/main/java/org/opends/quicksetup/ui/QuickSetupStepPanel.java
+++ b/opendj-server-legacy/src/main/java/org/opends/quicksetup/ui/QuickSetupStepPanel.java
@@ -48,7 +48,6 @@
 import org.opends.quicksetup.util.HtmlProgressMessageFormatter;
 import org.opends.quicksetup.util.ProgressMessageFormatter;
 import org.opends.quicksetup.util.URLWorker;
-import org.opends.quicksetup.util.Utils;
 import org.forgerock.i18n.LocalizableMessage;
 import static org.opends.messages.QuickSetupMessages.*;
 
@@ -427,17 +426,6 @@
   }
 
   /**
-   * Returns <CODE>true</CODE> if this is a WebStart based installer and
-   * <CODE>false</CODE> otherwise.
-   * @return <CODE>true</CODE> if this is a WebStart based installer and
-   * <CODE>false</CODE> otherwise.
-   */
-  protected boolean isWebStart()
-  {
-    return Utils.isWebStart();
-  }
-
-  /**
    * Returns the formatter that will be used to display the messages in this
    * panel.
    * @return the formatter that will be used to display the messages in this

--
Gitblit v1.10.0