diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:13:27 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 01:13:27 +0000 |
commit | 40a355a42d4a9444dc753c04c6608dade2f06a23 (patch) | |
tree | 871fc667d2de662f171103ce5ec067014ef85e61 /image/nsIIconURI.idl | |
parent | Adding upstream version 124.0.1. (diff) | |
download | firefox-40a355a42d4a9444dc753c04c6608dade2f06a23.tar.xz firefox-40a355a42d4a9444dc753c04c6608dade2f06a23.zip |
Adding upstream version 125.0.1.upstream/125.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'image/nsIIconURI.idl')
-rw-r--r-- | image/nsIIconURI.idl | 11 |
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} \ } - %} |