Closed
Bug 1664944
Opened 5 years ago
Closed 5 years ago
GC unused cached-font flags in GTK nsLookAndFeel
Categories
(Core :: Widget: Gtk, task)
Core
Widget: Gtk
Tracking
()
RESOLVED
FIXED
82 Branch
| Tracking | Status | |
|---|---|---|
| firefox82 | --- | fixed |
People
(Reporter: jld, Assigned: jld)
References
Details
Attachments
(1 file)
While I was looking at the GTK LookAndFeel code for bug 1470983, I noticed that these member variables for whether fonts are cached don't appear to be used and are only ever set to false, which seems to be the case since bug 1384701. I have a patch to remove them.
| Assignee | ||
Comment 1•5 years ago
|
||
These appear to have been unused since bug 1384701.
Pushed by jedavis@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/2687711e2290
GC the unused cached-font flags in GTK nsLookAndFeel. r=stransky
Comment 3•5 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox82:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 82 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•