diff --git a/ui/details.ui b/ui/details.ui
index ebf4f75bb..098e1b409 100644
--- a/ui/details.ui
+++ b/ui/details.ui
@@ -3846,56 +3846,6 @@
0
-
-
-
- 0
- 1
-
-
-
-
-
- 1
- 1
-
-
-
-
-
- 0
- 2
-
-
-
-
-
- 1
- 2
-
-
0
- 3
+ 1
@@ -3920,7 +3870,7 @@
1
- 3
+ 1
diff --git a/virtManager/details/details.py b/virtManager/details/details.py
index 65c7fa558..5557b08a8 100644
--- a/virtManager/details/details.py
+++ b/virtManager/details/details.py
@@ -2239,19 +2239,6 @@ class vmmDetails(vmmGObjectUI):
def _refresh_video_page(self, vid):
model = vid.model
- if model == "qxl" and vid.vgamem:
- ram = vid.vgamem
- else:
- ram = vid.vram
- heads = vid.heads
- try:
- ramlabel = ram and "%d MiB" % (int(ram) // 1024) or "-"
- except Exception: # pragma: no cover
- ramlabel = "-"
-
- self.widget("video-ram").set_text(ramlabel)
- self.widget("video-heads").set_text(heads and str(heads) or "-")
-
uiutil.set_list_selection(self.widget("video-model"), model)
if vid.accel3d is None: