Closed Bug 136312 Opened 22 years ago Closed 22 years ago

Should remove SetDefaultCharacterSet since it does nothing useful

Categories

(Core :: Internationalization, defect)

defect
Not set
normal

Tracking

()

VERIFIED DUPLICATE of bug 136314

People

(Reporter: jerry.tan, Assigned: bstell)

References

()

Details

(Keywords: intl)

function SetDefaultCharacterSet(charset)
 {
      dump("Charset Overlay menu item pressed: " + charset + "\n");
      BrowserSetDefaultCharacterSet(charset);
 }

since  BrowserSetDefaultCharacterSet(charset) do nothing, 
(
SetDefaultCharacterSet do nothing meanful.

So I think we can remove SetDefaultCharacterSet from MultiplexHandler
bstell: It appears that way. 
        
http://lxr.mozilla.org/seamonkey/source/xpfe/browser/resources/content/browser.js#305
         What do you think?
Assignee: yokoyama → bstell
I think this is a dup of 136314.
Marking as such

*** This bug has been marked as a duplicate of 136314 ***
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
VERIFIED.
Status: RESOLVED → VERIFIED
Keywords: intl
You need to log in before you can comment on or make changes to this bug.