[gnome-boxes/gnome-3-32] vm-configurator: Drop redundant call to set_video_config
- From: Felipe Borges <felipeborges src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-boxes/gnome-3-32] vm-configurator: Drop redundant call to set_video_config
- Date: Thu, 6 Jun 2019 13:41:37 +0000 (UTC)
commit af5b0f58fe215711ca1b040d1ccc4ef11b052c24
Author: Felipe Borges <felipeborges gnome org>
Date: Wed May 29 13:29:54 2019 +0200
vm-configurator: Drop redundant call to set_video_config
We were calling set_video_config earlier here to be able to auto
activate the 3D acceleration. Since that was dropped in commit
0f317a8725ea828ddcdd0334e9eb9083e2fe2859, we don't need to call it
as early.
src/vm-configurator.vala | 1 -
1 file changed, 1 deletion(-)
---
diff --git a/src/vm-configurator.vala b/src/vm-configurator.vala
index 9d2567e9..798e9dd2 100644
--- a/src/vm-configurator.vala
+++ b/src/vm-configurator.vala
@@ -82,7 +82,6 @@ public static Domain create_domain_config (InstallerMedia install_media, string
set_target_media_config (domain, target_path, install_media);
install_media.setup_domain_config (domain);
- set_video_config (domain, install_media);
var graphics = create_graphics_device ();
domain.add_device (graphics);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]