Closed
Bug 615265
Opened 15 years ago
Closed 15 years ago
unused variable textStyle in nsTableCellFrame::VerticallyAlignChild
Categories
(Core :: Layout: Tables, defect)
Core
Layout: Tables
Tracking
()
RESOLVED
FIXED
mozilla2.0b8
People
(Reporter: timeless, Assigned: timeless)
Details
(Whiteboard: [build_warning])
Attachments
(1 file)
|
658 bytes,
patch
|
bzbarsky
:
review+
bzbarsky
:
approval2.0+
|
Details | Diff | Splinter Review |
layout/tables/nsTableCellFrame.cpp:
In member function ‘void nsTableCellFrame::VerticallyAlignChild(nscoord)’:
552: warning: unused variable ‘textStyle’
Assignee: nobody → timeless
Status: NEW → ASSIGNED
Attachment #493728 -
Flags: review?(roc)
Attachment #493728 -
Flags: approval2.0?
Comment 2•15 years ago
|
||
Comment on attachment 493728 [details] [diff] [review]
remove it
r=me
Attachment #493728 -
Flags: review?(roc)
Attachment #493728 -
Flags: review+
Attachment #493728 -
Flags: approval2.0?
Attachment #493728 -
Flags: approval2.0+
Keywords: checkin-needed
Comment 3•15 years ago
|
||
I'll probably be checking in a bundle of trivial warning-fixes tomorrow -- I can include this with those.
Comment 4•15 years ago
|
||
Severity: enhancement → trivial
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → mozilla2.0b8
Updated•15 years ago
|
Whiteboard: [build_warning]
You need to log in
before you can comment on or make changes to this bug.
Description
•