Closed
Bug 1100988
Opened 11 years ago
Closed 8 years ago
Remove useless observer in nsIPrintingPromptService::showPageSetup
Categories
(Core :: Printing: Setup, defect)
Tracking
()
RESOLVED
FIXED
mozilla60
| Tracking | Status | |
|---|---|---|
| firefox60 | --- | fixed |
People
(Reporter: mconley, Assigned: gsvelto)
Details
Attachments
(1 file)
nsIPrintingPromptService's ShowPageSetup method takes an observer, which is never used. I think we should probably just remove it.
| Assignee | ||
Comment 1•8 years ago
|
||
Just came across this while looking at observers, taking it.
Assignee: nobody → gsvelto
Status: NEW → ASSIGNED
| Comment hidden (mozreview-request) |
| Reporter | ||
Comment 3•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8948337 [details]
Bug 1100988 - Remove useless observer parameter in nsIPrintingPromptService.showPageSetup();
https://reviewboard.mozilla.org/r/217822/#review223728
\o/ Thanks!
Attachment #8948337 -
Flags: review?(mconley) → review+
Pushed by mconley@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/fc3d9de1f56c
Remove useless observer parameter in nsIPrintingPromptService.showPageSetup(); r=mconley
Comment 5•8 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox60:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla60
You need to log in
before you can comment on or make changes to this bug.
Description
•