mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1204508 - Remove calls to function that was removed. r=mfinkle
This commit is contained in:
parent
5f73467160
commit
6fe7e505bd
@ -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);
|
||||
},
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user