Closed
Bug 1141917
Opened 10 years ago
Closed 10 years ago
widget/cocoa/nsChildView.mm:2738:19 [-Wunused-member-function] unused member function 'UpdateFromDrawTarget'
Categories
(Core :: Widget: Cocoa, defect)
Tracking
()
RESOLVED
FIXED
mozilla39
Tracking | Status | |
---|---|---|
firefox39 | --- | fixed |
People
(Reporter: cpeterson, Assigned: cpeterson)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
2.67 KB,
patch
|
mstange
:
review+
|
Details | Diff | Splinter Review |
Remove unused member function RectTextureImage::UpdateFromDrawTarget().
Bug 942688 replaced UpdateFromDrawTarget() with UpdateFromCGContext() but didn't remove the UpdateFromDrawTarget() member function definition.
Attachment #8575772 -
Flags: review?(mstange)
Updated•10 years ago
|
Attachment #8575772 -
Flags: review?(mstange) → review+
Assignee | ||
Comment 1•10 years ago
|
||
Comment 2•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox39:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla39
You need to log in
before you can comment on or make changes to this bug.
Description
•