Closed
Bug 6530
Opened 25 years ago
Closed 25 years ago
Code that should be deleted?
Categories
(Core :: XUL, defect, P3)
Core
XUL
Tracking
()
VERIFIED
FIXED
People
(Reporter: bruce, Assigned: mikepinkerton)
Details
the Toolbar code has all been deleted, yet some references in these locations
still exist:
/layout/html/base/src/nsObjectFrame.cpp, line 267 -- static
NS_DEFINE_IID(kCToolbarCID, NS_TOOLBAR_CID);
/layout/html/base/src/nsObjectFrame.cpp, line 559 -- static
NS_DEFINE_IID(kCToolbarCID, NS_TOOLBAR_CID);
/layout/html/base/src/nsObjectFrame.cpp, line 569 -- aWidgetCID = kCToolbarCID;
/layout/html/base/src/nsObjectFrame.cpp, line 974 -- widgetCID = kCToolbarCID;
/widget/public/nsWidgetsCID.h, line 145 -- #define NS_TOOLBAR_CID \
Can these be disposed of?
Updated•25 years ago
|
Assignee: trudelle → pinkerton
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•25 years ago
|
||
will do.
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 2•25 years ago
|
||
all removed, including tree references.
i'll take your word for it.
marking verified (please reopen if i'm in error).
You need to log in
before you can comment on or make changes to this bug.
Description
•