Closed
Bug 1724091
Opened 3 years ago
Closed 3 years ago
shouldSavePrintSettings() is unused and can be removed
Categories
(Core :: Printing: Setup, task)
Core
Printing: Setup
Tracking
()
RESOLVED
FIXED
92 Branch
Tracking | Status | |
---|---|---|
firefox92 | --- | fixed |
People
(Reporter: dholbert, Assigned: dholbert)
References
Details
Attachments
(1 file)
Just happened to notice that the "shouldSavePrintSettings()" API is unused:
https://searchfox.org/mozilla-central/search?q=shouldSavePrintSettings&path=&case=false®exp=false
Looks like the last usage was removed in https://hg.mozilla.org/mozilla-central/rev/b0216ee8d221#l3.43
Might as well remove the function itself, too.
Assignee | ||
Comment 1•3 years ago
|
||
Pushed by dholbert@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/6f54175b558d
Remove unused function shouldSavePrintSettings() from PrintingChild.jsm. r=jwatt
Comment 3•3 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox92:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 92 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•