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 /toolkit/components/windowcreator | |
parent | Adding upstream version 124.0.1. (diff) | |
download | firefox-upstream/125.0.1.tar.xz firefox-upstream/125.0.1.zip |
Adding upstream version 125.0.1.upstream/125.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'toolkit/components/windowcreator')
-rw-r--r-- | toolkit/components/windowcreator/nsIWindowCreator.idl | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/toolkit/components/windowcreator/nsIWindowCreator.idl b/toolkit/components/windowcreator/nsIWindowCreator.idl index b03ec11448..b7ec688e68 100644 --- a/toolkit/components/windowcreator/nsIWindowCreator.idl +++ b/toolkit/components/windowcreator/nsIWindowCreator.idl @@ -44,9 +44,3 @@ interface nsIWindowCreator : nsISupports { in nsIOpenWindowInfo aOpenWindowInfo, out boolean cancel); }; - -%{C++ -// {30465632-A777-44cc-90F9-8145475EF999} -#define NS_WINDOWCREATOR_IID \ - {0x30465632, 0xa777, 0x44cc, {0x90, 0xf9, 0x81, 0x45, 0x47, 0x5e, 0xf9, 0x99}} -%} |