summaryrefslogtreecommitdiff
path: root/Userland/Services/CMakeLists.txt
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2021-03-25 22:56:35 +0100
committerAndreas Kling <kling@serenityos.org>2021-03-25 23:08:29 +0100
commit619a223800e3d61c2f18010e010ff7a939d264eb (patch)
tree1150866a0d6df7f5d6f141823a5b5705a0f5c4bb /Userland/Services/CMakeLists.txt
parent73a2045c5bc45ad1f815e113b59c4f174c204d08 (diff)
downloadserenity-619a223800e3d61c2f18010e010ff7a939d264eb.zip
SystemMenu: Remove SystemMenu service
This has been replaced by the Taskbar's start menu.
Diffstat (limited to 'Userland/Services/CMakeLists.txt')
-rw-r--r--Userland/Services/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/Userland/Services/CMakeLists.txt b/Userland/Services/CMakeLists.txt
index 0104e22c1a..2a1a478860 100644
--- a/Userland/Services/CMakeLists.txt
+++ b/Userland/Services/CMakeLists.txt
@@ -10,7 +10,6 @@ add_subdirectory(LookupServer)
add_subdirectory(NotificationServer)
add_subdirectory(ProtocolServer)
add_subdirectory(SymbolServer)
-add_subdirectory(SystemMenu)
add_subdirectory(SystemServer)
add_subdirectory(Taskbar)
add_subdirectory(TelnetServer)