We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88749fc commit 243d7fdCopy full SHA for 243d7fd
core/rfb.js
@@ -300,10 +300,6 @@ export default class RFB extends EventTargetMixin {
300
this._resizeSession = false;
301
302
this._showDotCursor = false;
303
- if (options.showDotCursor !== undefined) {
304
- Log.Warn("Specifying showDotCursor as a RFB constructor argument is deprecated");
305
- this._showDotCursor = options.showDotCursor;
306
- }
307
308
this._qualityLevel = 6;
309
this._compressionLevel = 2;
0 commit comments