Remove redundant code.

Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
This commit is contained in:
Konstantina Chremmou 2022-04-05 09:48:06 +01:00
parent 492cd4dc88
commit 3c4808a689
2 changed files with 176 additions and 304 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1121,7 +1121,7 @@ namespace XenAdmin.ConsoleView
v.SourceVM = sourceVM;
v.Console = console;
v.UseQemuExtKeyEncoding = sourceVM != null && Helpers.InvernessOrGreater(sourceVM.Connection);
v.connect(stream, this.vncPassword);
v.Connect(stream, this.vncPassword);
}
});
}