Bug 1204508 - Remove calls to function that was removed. r=mfinkle

This commit is contained in:
Kartikaya Gupta 2015-09-14 13:08:47 -04:00
parent 5f73467160
commit 6fe7e505bd

View File

@ -5,7 +5,6 @@
var ZoomHelper = {
zoomOut: function() {
BrowserEventHandler.resetMaxLineBoxWidth();
Messaging.sendRequest({ type: "Browser:ZoomToPageWidth" });
},
@ -108,10 +107,6 @@ var ZoomHelper = {
}
}
if (rect.w > viewport.cssWidth || rect.h > viewport.cssHeight) {
BrowserEventHandler.resetMaxLineBoxWidth();
}
Messaging.sendRequest(rect);
},
};