mirror of
https://github.com/openstf/stf
synced 2025-10-05 10:39:25 +02:00
Remove unused client attributes.
This commit is contained in:
parent
5cc27a86ad
commit
4b03fd81b3
1 changed files with 0 additions and 2 deletions
|
@ -38,8 +38,6 @@ function VncConnection(conn) {
|
||||||
|
|
||||||
this._clientVersion = null
|
this._clientVersion = null
|
||||||
this._clientShare = false
|
this._clientShare = false
|
||||||
this._clientWidth = this._serverWidth
|
|
||||||
this._clientHeight = this._serverHeight
|
|
||||||
this._clientPixelFormat = this._serverPixelFormat
|
this._clientPixelFormat = this._serverPixelFormat
|
||||||
this._clientEncodingCount = 0
|
this._clientEncodingCount = 0
|
||||||
this._clientEncodings = []
|
this._clientEncodings = []
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue