Closed
Bug 686257
Opened 13 years ago
Closed 13 years ago
nsMenuPopupFrame.cpp:149:18: warning: unused variable 'presContext'
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
FIXED
mozilla9
People
(Reporter: dholbert, Assigned: dholbert)
References
(Blocks 1 open bug, )
Details
Attachments
(1 file)
1.05 KB,
patch
|
masayuki
:
review+
|
Details | Diff | Splinter Review |
Bug 669028 removed the last usage of the local-var |presContext| in nsMenuPopupFrame::Init, triggering:
{
layout/xul/base/src/nsMenuPopupFrame.cpp: In member function 'virtual nsresult nsMenuPopupFrame::Init(nsIContent*, nsIFrame*, nsIFrame*)':
layout/xul/base/src/nsMenuPopupFrame.cpp:149:18: warning: unused variable 'presContext'
}
Upcoming attached patch removes this variable, fixing the warning.
Assignee | ||
Comment 1•13 years ago
|
||
Comment on attachment 559815 [details] [diff] [review]
fix: remove unused variable
Thank you!
Attachment #559815 -
Flags: review?(masayuki) → review+
Assignee | ||
Comment 3•13 years ago
|
||
Whiteboard: [inbound]
Comment 4•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Whiteboard: [inbound]
Target Milestone: --- → mozilla9
You need to log in
before you can comment on or make changes to this bug.
Description
•