Closed
Bug 513262
Opened 16 years ago
Closed 16 years ago
Remove unused helper function "GetFrameForContent" in nsSVGUtils
Categories
(Core :: SVG, defect)
Core
SVG
Tracking
()
RESOLVED
FIXED
People
(Reporter: dholbert, Assigned: dholbert)
References
Details
Attachments
(1 file)
|
928 bytes,
patch
|
roc
:
review+
|
Details | Diff | Splinter Review |
After Bug 507067 landed, we no longer use the helper method "GetFrameForContent" in nsSVGUtils.cpp anymore. (and as a result, it triggers a build warning about being unused)
MXR search to demonstrate:
http://mxr.mozilla.org/mozilla-central/search?string=GetFrameForContent
I'm filing this bug on removing this stale function.
Attachment #397281 -
Flags: review?(roc)
Attachment #397281 -
Flags: review?(roc) → review+
| Assignee | ||
Comment 1•16 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•