[gnome-boxes] Revert "vm-configurator: Add VNC graphics device to domains"



commit a5bac6f6b7082010f0eccce1f48b1ea5110de731
Author: Felipe Borges <felipeborges gnome org>
Date:   Thu Aug 19 14:40:47 2021 +0200

    Revert "vm-configurator: Add VNC graphics device to domains"
    
    This reverts commit b666025818bce38c19bf6887c03f2ed39e982ba3.

 src/vm-configurator.vala | 3 ---
 1 file changed, 3 deletions(-)
---
diff --git a/src/vm-configurator.vala b/src/vm-configurator.vala
index 975f6017..28b8e36b 100644
--- a/src/vm-configurator.vala
+++ b/src/vm-configurator.vala
@@ -89,9 +89,6 @@ public static Domain create_domain_config (InstallerMedia install_media, string
         var graphics = create_graphics_device ();
         domain.add_device (graphics);
 
-        var vnc_graphics = new DomainGraphicsVnc ();
-        domain.add_device (vnc_graphics);
-
         // SPICE agent channel. This is needed for features like copy and paste between host and guest etc 
to work.
         var channel = new DomainChannel ();
         channel.set_target_type (DomainChannelTargetType.VIRTIO);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]