Closed
Bug 653031
Opened 14 years ago
Closed 7 years ago
Remove unused nsIPlatformCharset options
Categories
(Core :: Internationalization, defect)
Core
Internationalization
Tracking
()
RESOLVED
DUPLICATE
of bug 943272
People
(Reporter: m_kato, Assigned: m_kato)
References
Details
The following options in nsIPlatformCharset is unused. We should remove it.
http://mxr.mozilla.org/mozilla-central/source/intl/locale/public/nsIPlatformCharset.h?mark=58-67#58
61 kPlatformCharsetSel_Menu = 2,
62 kPlatformCharsetSel_4xBookmarkFile = 3,
63 kPlatformCharsetSel_KeyboardInput = 4,
64 kPlatformCharsetSel_WindowManager = 5,
65 kPlatformCharsetSel_4xPrefsJS = 6,
Comment 1•13 years ago
|
||
(In reply to comment #0)
> 61 kPlatformCharsetSel_Menu = 2,
http://mxr.mozilla.org/mozilla-central/search?string=kPlatformCharsetSel_Menu
Used here:
http://mxr.mozilla.org/mozilla-central/source/intl/uconv/tests/nsTestUConv.cpp#1069
> 62 kPlatformCharsetSel_4xBookmarkFile = 3,
http://mxr.mozilla.org/mozilla-central/search?string=kPlatformCharsetSel_4xBookmarkFile
Used here:
http://mxr.mozilla.org/mozilla-central/source/intl/locale/src/os2/nsOS2Charset.cpp#95
> 63 kPlatformCharsetSel_KeyboardInput = 4,
Unused:
http://mxr.mozilla.org/mozilla-central/search?string=kPlatformCharsetSel_KeyboardInput
> 64 kPlatformCharsetSel_WindowManager = 5,
Unused:
http://mxr.mozilla.org/mozilla-central/search?string=kPlatformCharsetSel_WindowManager
> 65 kPlatformCharsetSel_4xPrefsJS = 6,
http://mxr.mozilla.org/mozilla-central/search?string=kPlatformCharsetSel_4xPrefsJS
Used here:
http://mxr.mozilla.org/mozilla-central/source/intl/locale/src/os2/nsOS2Charset.cpp#95
For the ones that are still used, are they redundant / can they just be removed anyway?
Assignee | ||
Comment 2•13 years ago
|
||
(In reply to comment #1)
> (In reply to comment #0)
> > 61 kPlatformCharsetSel_Menu = 2,
> http://mxr.mozilla.org/mozilla-central/search?string=kPlatformCharsetSel_Menu
>
> Used here:
> http://mxr.mozilla.org/mozilla-central/source/intl/uconv/tests/nsTestUConv.
> cpp#1069
>
> > 62 kPlatformCharsetSel_4xBookmarkFile = 3,
> http://mxr.mozilla.org/mozilla-central/
> search?string=kPlatformCharsetSel_4xBookmarkFile
>
> Used here:
> http://mxr.mozilla.org/mozilla-central/source/intl/locale/src/os2/
> nsOS2Charset.cpp#95
>
> > 63 kPlatformCharsetSel_KeyboardInput = 4,
> Unused:
> http://mxr.mozilla.org/mozilla-central/
> search?string=kPlatformCharsetSel_KeyboardInput
>
> > 64 kPlatformCharsetSel_WindowManager = 5,
> Unused:
> http://mxr.mozilla.org/mozilla-central/
> search?string=kPlatformCharsetSel_WindowManager
>
> > 65 kPlatformCharsetSel_4xPrefsJS = 6,
> http://mxr.mozilla.org/mozilla-central/
> search?string=kPlatformCharsetSel_4xPrefsJS
>
> Used here:
> http://mxr.mozilla.org/mozilla-central/source/intl/locale/src/os2/
> nsOS2Charset.cpp#95
>
> For the ones that are still used, are they redundant / can they just be
> removed anyway?
I will remove all enum. No one uses 2nd parameter.
Comment 3•13 years ago
|
||
You should remove kPlatformCharsetSel_PlainTextInFile too. It's been never available by bug 564774 fix.
Assignee | ||
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•