summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/nsIPromptService.java
diff options
context:
space:
mode:
authorGrant Gayed <grant_gayed@ca.ibm.com>2013-06-25 11:20:27 -0400
committerGrant Gayed <grant_gayed@ca.ibm.com>2013-06-25 11:20:27 -0400
commit61ef4aabdf27aa1ae4bf019955e3166ba778c10f (patch)
tree6ea0ab082476479a8043ebff6f4cd97d207b8134 /bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/nsIPromptService.java
parentb05ed3b2410bf9880ea77e7dcf0101adc35a621a (diff)
downloadeclipse.platform.swt-61ef4aabdf27aa1ae4bf019955e3166ba778c10f.tar.gz
eclipse.platform.swt-61ef4aabdf27aa1ae4bf019955e3166ba778c10f.tar.xz
eclipse.platform.swt-61ef4aabdf27aa1ae4bf019955e3166ba778c10f.zip
Bug 411058 - finish trimming XPCOM interfaces down to the functions that
are used
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/nsIPromptService.java')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/nsIPromptService.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/nsIPromptService.java b/bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/nsIPromptService.java
index fc326a4cca..365e277eb7 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/nsIPromptService.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT Mozilla/common/org/eclipse/swt/internal/mozilla/nsIPromptService.java
@@ -52,6 +52,4 @@ public class nsIPromptService {
public static final int BUTTON_DELAY_ENABLE = 67108864;
public static final int STD_OK_CANCEL_BUTTONS = 513;
public static final int STD_YES_NO_BUTTONS = 1027;
-
- /* outgoing functions removed because this is an implemented interface */
}