bug 221599 and 225150: remove ununused setter/getter in overrideHandler.js
r=biesi, sr=bz git-svn-id: svn://10.0.0.236/trunk@197606 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
3eca8d293d
commit
42a4544da6
@ -46,32 +46,6 @@ HandlerOverride.prototype = {
|
||||
{
|
||||
changeMIMEStuff(MIME_URI(this.mimeType), "editable", aIsEditableString);
|
||||
},
|
||||
|
||||
get largeIconURL()
|
||||
{
|
||||
var url = getLiteralForContentType(this.URI, "largeIcon");
|
||||
if (!url)
|
||||
url = "chrome://communicator/skin/content-large.gif";
|
||||
return url;
|
||||
},
|
||||
|
||||
set largeIconURL(aLargeIconURL)
|
||||
{
|
||||
changeMIMEStuff(MIME_URI(this.mimeType), "largeIcon", aLargeIconURL);
|
||||
},
|
||||
|
||||
get smallIconURL()
|
||||
{
|
||||
var url = getLiteralForContentType(this.URI, "smallIcon");
|
||||
if (!url)
|
||||
url = "chrome://communicator/skin/content-small.gif";
|
||||
return url;
|
||||
},
|
||||
|
||||
set smallIconURL(aSmallIconURL)
|
||||
{
|
||||
changeMIMEStuff(MIME_URI(this.mimeType), "smallIcon", aSmallIconURL);
|
||||
},
|
||||
|
||||
get extensions()
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user