diff options
author | Andreas Kling <kling@serenityos.org> | 2021-08-18 12:36:34 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-08-18 12:49:30 +0200 |
commit | 9994b81931dcbac495d895ac311693a31d5662bc (patch) | |
tree | eeb3a600861c5eb4de40551a4a14fdc987b3fa81 /Userland/Applications/SystemMonitor/CMakeLists.txt | |
parent | a401a0f8fe9901487bc5df611f207cc265d1cec3 (diff) | |
download | serenity-9994b81931dcbac495d895ac311693a31d5662bc.zip |
SystemMonitor: Remove "Devices" tab
This was crowding up the GUI without providing anything useful.
Diffstat (limited to 'Userland/Applications/SystemMonitor/CMakeLists.txt')
-rw-r--r-- | Userland/Applications/SystemMonitor/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Userland/Applications/SystemMonitor/CMakeLists.txt b/Userland/Applications/SystemMonitor/CMakeLists.txt index 12058c1fa7..e16ea63331 100644 --- a/Userland/Applications/SystemMonitor/CMakeLists.txt +++ b/Userland/Applications/SystemMonitor/CMakeLists.txt @@ -5,7 +5,6 @@ serenity_component( ) set(SOURCES - DevicesModel.cpp GraphWidget.cpp InterruptsWidget.cpp main.cpp |