Closed
Bug 654017
Opened 14 years ago
Closed 14 years ago
nsTreeBodyFrame.cpp:3530:11: warning: unused variable ‘rightEdge’
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
RESOLVED
FIXED
People
(Reporter: dholbert, Assigned: neil)
References
Details
(Whiteboard: [build_warning])
Attachments
(1 file)
|
969 bytes,
patch
|
dholbert
:
review+
|
Details | Diff | Splinter Review |
Filing bug on this warning:
> nsTreeBodyFrame.cpp: In member function ‘void nsTreeBodyFrame::PaintText(PRInt32, nsTreeColumn*, const nsRect&, nsPresContext*, nsRenderingContext&, const nsRect&, nscoord&, PRBool)’:
> nsTreeBodyFrame.cpp:3530:11: warning: unused variable ‘rightEdge’
Warning was introduced by this cset:
http://hg.mozilla.org/mozilla-central/rev/3bee3fefdec8
which removed the last use of this variable inside of PaintText.
| Assignee | ||
Comment 1•14 years ago
|
||
| Reporter | ||
Updated•14 years ago
|
Attachment #531625 -
Flags: review?(dholbert) → review+
| Assignee | ||
Comment 2•14 years ago
|
||
Pushed changeset baa770151999 to mozilla-central.
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•