1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-05 02:29:26 +02:00

Remove unused client attributes.

This commit is contained in:
Simo Kinnunen 2015-09-14 19:39:52 +09:00
parent 5cc27a86ad
commit 4b03fd81b3

View file

@ -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 = []