From 4b03fd81b39a3f512e8c2a915f9403bdf1716337 Mon Sep 17 00:00:00 2001 From: Simo Kinnunen Date: Mon, 14 Sep 2015 19:39:52 +0900 Subject: [PATCH] Remove unused client attributes. --- lib/units/device/plugins/vnc/util/connection.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/units/device/plugins/vnc/util/connection.js b/lib/units/device/plugins/vnc/util/connection.js index 270bcc98..6d219239 100644 --- a/lib/units/device/plugins/vnc/util/connection.js +++ b/lib/units/device/plugins/vnc/util/connection.js @@ -38,8 +38,6 @@ function VncConnection(conn) { this._clientVersion = null this._clientShare = false - this._clientWidth = this._serverWidth - this._clientHeight = this._serverHeight this._clientPixelFormat = this._serverPixelFormat this._clientEncodingCount = 0 this._clientEncodings = []