From b036e7d3fe5fe317dd72376d4bce0e49823b096d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= Date: Mon, 30 Apr 2018 13:33:55 +0100 Subject: [PATCH] cli: remove unused --spice-disable-auto-usbredir arg MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This functionality was removed in: commit c9b2ec163f15f41fe5010b7b1c215f6c204d93a6 Author: Cole Robinson Date: Fri Mar 16 14:38:22 2018 -0400 preferences: Add UI for disabling spice usb autoredir Signed-off-by: Daniel P. Berrangé --- virt-manager | 2 -- 1 file changed, 2 deletions(-) diff --git a/virt-manager b/virt-manager index 664b7ba7e..bc26be5c6 100755 --- a/virt-manager +++ b/virt-manager @@ -152,8 +152,6 @@ def parse_commandline(): default=False) parser.add_argument("--no-fork", action="store_true", help="Don't fork into background on startup") - parser.add_argument("--spice-disable-auto-usbredir", action="store_true", - dest="usbredir", help="Disable Auto USB redirection support") parser.add_argument("--show-domain-creator", action="store_true", help="Show 'New VM' wizard")