summaryrefslogtreecommitdiffstats
path: root/dom/media/webspeech/synth/nsISynthVoiceRegistry.idl
diff options
context:
space:
mode:
Diffstat (limited to 'dom/media/webspeech/synth/nsISynthVoiceRegistry.idl')
-rw-r--r--dom/media/webspeech/synth/nsISynthVoiceRegistry.idl12
1 files changed, 0 insertions, 12 deletions
diff --git a/dom/media/webspeech/synth/nsISynthVoiceRegistry.idl b/dom/media/webspeech/synth/nsISynthVoiceRegistry.idl
index 1898bf68c1..8192eff045 100644
--- a/dom/media/webspeech/synth/nsISynthVoiceRegistry.idl
+++ b/dom/media/webspeech/synth/nsISynthVoiceRegistry.idl
@@ -65,18 +65,6 @@ interface nsISynthVoiceRegistry : nsISupports
};
%{C++
-#define NS_SYNTHVOICEREGISTRY_CID \
- { /* {7090524d-5574-4492-a77f-d8d558ced59d} */ \
- 0x7090524d, \
- 0x5574, \
- 0x4492, \
- { 0xa7, 0x7f, 0xd8, 0xd5, 0x58, 0xce, 0xd5, 0x9d } \
- }
-
#define NS_SYNTHVOICEREGISTRY_CONTRACTID \
"@mozilla.org/synth-voice-registry;1"
-
-#define NS_SYNTHVOICEREGISTRY_CLASSNAME \
- "Speech Synthesis Voice Registry"
-
%}