From 488f22941bcc65ac5e89299bab441dd3eb5258a1 Mon Sep 17 00:00:00 2001 From: Liav A Date: Fri, 12 Aug 2022 09:31:22 +0300 Subject: SystemMonitor: Remove GML references to the deleted Hardware tab --- .../Applications/SystemMonitor/SystemMonitor.gml | 31 ---------------------- 1 file changed, 31 deletions(-) (limited to 'Userland') diff --git a/Userland/Applications/SystemMonitor/SystemMonitor.gml b/Userland/Applications/SystemMonitor/SystemMonitor.gml index 99ed6dabe8..cac1bb2b84 100644 --- a/Userland/Applications/SystemMonitor/SystemMonitor.gml +++ b/Userland/Applications/SystemMonitor/SystemMonitor.gml @@ -81,37 +81,6 @@ title: "Network" name: "network" } - - @SystemMonitor::HardwareTabWidget { - title: "Hardware" - name: "hardware" - layout: @GUI::VerticalBoxLayout { - margins: [4] - } - - @GUI::GroupBox { - title: "CPUs" - fixed_height: 128 - layout: @GUI::VerticalBoxLayout { - margins: [6] - } - - @GUI::TableView { - name: "cpus_table" - } - } - - @GUI::GroupBox { - title: "PCI devices" - layout: @GUI::VerticalBoxLayout { - margins: [6] - } - - @GUI::TableView { - name: "pci_dev_table" - } - } - } } } -- cgit v1.2.3