Closed
Bug 457617
Opened 17 years ago
Closed 17 years ago
remove unused function and vestigial prototype from nsCSSRendering.cpp
Categories
(Core :: Layout: Block and Inline, defect)
Core
Layout: Block and Inline
Tracking
()
RESOLVED
FIXED
mozilla1.9.1b1
People
(Reporter: zwol, Assigned: zwol)
References
Details
Attachments
(1 file)
2.05 KB,
patch
|
roc
:
review+
roc
:
superreview+
|
Details | Diff | Splinter Review |
My patch to make nsCSSRendering's private functions visible only in nsCSSRendering.cpp revealed two functions as totally unused. FillPolygon has already been deleted (bug 457119) but there's still a forward declaration for it. This patch removes the other function, DrawLine, and the vestigial declaration of FillPolygon.
Attachment #340854 -
Flags: superreview?(roc)
Attachment #340854 -
Flags: review?(roc)
Attachment #340854 -
Flags: superreview?(roc)
Attachment #340854 -
Flags: superreview+
Attachment #340854 -
Flags: review?(roc)
Attachment #340854 -
Flags: review+
Assignee | ||
Updated•17 years ago
|
Keywords: checkin-needed
Comment 1•17 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.9.1b1
You need to log in
before you can comment on or make changes to this bug.
Description
•