aboutsummaryrefslogtreecommitdiff
path: root/components/interfaces/rdIMatchResult.idl
diff options
context:
space:
mode:
Diffstat (limited to 'components/interfaces/rdIMatchResult.idl')
-rw-r--r--components/interfaces/rdIMatchResult.idl13
1 files changed, 0 insertions, 13 deletions
diff --git a/components/interfaces/rdIMatchResult.idl b/components/interfaces/rdIMatchResult.idl
deleted file mode 100644
index 371a7d7..0000000
--- a/components/interfaces/rdIMatchResult.idl
+++ /dev/null
@@ -1,13 +0,0 @@
-/* $Id$ */
-#include "nsISupports.idl"
-
-[scriptable, uuid(cf89b480-bce3-11de-a0dd-028037ec0200)]
-interface rdIMatchResult : nsISupports {
-
- /* Attributes */
- readonly attribute wstring redirectTo;
- readonly attribute boolean isMatch;
- readonly attribute boolean isExcludeMatch;
- readonly attribute boolean isDisabledMatch;
-};
-