summaryrefslogtreecommitdiffstats
path: root/image/nsIIconURI.idl
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:14:29 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:14:29 +0000
commitfbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8 (patch)
tree4c1ccaf5486d4f2009f9a338a98a83e886e29c97 /image/nsIIconURI.idl
parentReleasing progress-linux version 124.0.1-1~progress7.99u1. (diff)
downloadfirefox-fbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8.tar.xz
firefox-fbaf0bb26397aa498eb9156f06d5a6fe34dd7dd8.zip
Merging upstream version 125.0.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'image/nsIIconURI.idl')
-rw-r--r--image/nsIIconURI.idl11
1 files changed, 0 insertions, 11 deletions
diff --git a/image/nsIIconURI.idl b/image/nsIIconURI.idl
index b55ee8d8c7..b66e1a18f1 100644
--- a/image/nsIIconURI.idl
+++ b/image/nsIIconURI.idl
@@ -71,16 +71,6 @@ interface nsIMozIconURI : nsIURI
};
%{C++
-
-// CID for nsMozIconURI, if implemented on this platform.
-#define NS_MOZICONURI_CID \
-{ \
- 0x43a88e0e, \
- 0x2d37, \
- 0x11d5, \
- { 0x99, 0x7, 0x0, 0x10, 0x83, 0x1, 0xe, 0x9b } \
-}
-
#define NS_MOZICONURIMUTATOR_CID \
{ \
0x1460df3b, \
@@ -88,5 +78,4 @@ interface nsIMozIconURI : nsIURI
0x4205, \
{0x83, 0x49, 0x83, 0x8e, 0x50, 0x7c, 0x3e, 0xf9} \
}
-
%}