Closed
Bug 866033
Opened 13 years ago
Closed 13 years ago
eliminate redundant function gfxFontUtils::CharRangeBit() and its supporting data
Categories
(Core :: Graphics: Text, defect)
Core
Graphics: Text
Tracking
()
RESOLVED
FIXED
mozilla24
People
(Reporter: jfkthame, Assigned: jfkthame)
Details
Attachments
(1 file)
AFAICS (with help from http://mxr.mozilla.org/mozilla-central/ident?i=CharRangeBit&tree=mozilla-central), gfxFontUtils::CharRangeBit() is used -only- to print a cryptic number within the font-matching logging code. We already have the character code itself, the unicode-range, and the script, so I don't think this "char range bit" is adding any value there.
So let's just get rid of CharRangeBit(), along with the data table that supports it.
| Assignee | ||
Comment 1•13 years ago
|
||
Attachment #742274 -
Flags: review?(jdaggett)
| Assignee | ||
Updated•13 years ago
|
Assignee: nobody → jfkthame
Updated•13 years ago
|
Attachment #742274 -
Flags: review?(jdaggett) → review+
| Assignee | ||
Comment 2•13 years ago
|
||
Target Milestone: --- → mozilla24
Comment 3•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•