Closed
Bug 160253
Opened 23 years ago
Closed 23 years ago
Remove unused _IMPL_NS_DOM defines
Categories
(SeaMonkey :: Build Config, defect)
SeaMonkey
Build Config
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bryner, Assigned: bryner)
Details
Attachments
(1 file)
15.23 KB,
patch
|
netscape
:
review+
asa
:
approval+
|
Details | Diff | Splinter Review |
As with similar defines that have been removed recently, we define _IMPL_NS_DOM
and NS_DOM but don't need them. There is one location where a function is
declared with NS_DOM, but it doesn't matter since the only call site is in the
same library, so it doesn't need to be exported.
Assignee | ||
Comment 1•23 years ago
|
||
Yes, I've tested the Mac build change in this patch :)
Comment 2•23 years ago
|
||
Comment on attachment 93377 [details] [diff] [review]
patch
r=cls
Attachment #93377 -
Flags: review+
Comment 3•23 years ago
|
||
Comment on attachment 93377 [details] [diff] [review]
patch
a=asa (on behalf of drivers) for checkin to 1.1
Attachment #93377 -
Flags: approval+
Assignee | ||
Comment 4•23 years ago
|
||
checked in.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•