SystemMonitor: Remove GML references to the deleted Hardware tab

This commit is contained in:
Liav A 2022-08-12 09:31:22 +03:00 committed by Andreas Kling
parent c5d1cf7a5a
commit 488f22941b
2 changed files with 0 additions and 35 deletions

View file

@ -221,10 +221,6 @@ GML files can be found in the SerenityOS source tree with the `*.gml` extension.
title: "Network"
name: "network"
}
@SystemMonitor::HardwareTabWidget {
// snip
}
}
}

View file

@ -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"
}
}
}
}
}