[geary/wip/283-message-body-height-re-reux: 2/2] Remove unused variable
- From: Michael Gratton <mjog src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [geary/wip/283-message-body-height-re-reux: 2/2] Remove unused variable
- Date: Wed, 6 Mar 2019 09:19:32 +0000 (UTC)
commit 85fd1bbb0f5e282529f2554f62d442421479ec2e
Author: Michael Gratton <mike vee net>
Date: Wed Mar 6 20:18:44 2019 +1100
Remove unused variable
ui/client-web-view.js | 1 -
1 file changed, 1 deletion(-)
---
diff --git a/ui/client-web-view.js b/ui/client-web-view.js
index 7b70093e..0d8a10de 100644
--- a/ui/client-web-view.js
+++ b/ui/client-web-view.js
@@ -147,7 +147,6 @@ PageState.prototype = {
// is too large, causing the message body view to grow then
// shrink again, leading to visual flicker.
if (this.isLoaded && height > 0 && height != this.lastPreferredHeight) {
- updated = true;
this.lastPreferredHeight = height;
window.webkit.messageHandlers.preferredHeightChanged.postMessage(
height
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]