Merge branch 'obsolete-showDotCursor-rfb-option' of github.com:ThinLinc-Zeijlon/noVNC

This commit is contained in:
Alexander Zeijlon 2025-05-07 12:32:11 +02:00
commit 4cb5aa45ae
1 changed files with 0 additions and 4 deletions

View File

@ -300,10 +300,6 @@ export default class RFB extends EventTargetMixin {
this._resizeSession = false;
this._showDotCursor = false;
if (options.showDotCursor !== undefined) {
Log.Warn("Specifying showDotCursor as a RFB constructor argument is deprecated");
this._showDotCursor = options.showDotCursor;
}
this._qualityLevel = 6;
this._compressionLevel = 2;