diff options
author | Andreas Kling <kling@serenityos.org> | 2021-03-25 22:56:35 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-03-25 23:08:29 +0100 |
commit | 619a223800e3d61c2f18010e010ff7a939d264eb (patch) | |
tree | 1150866a0d6df7f5d6f141823a5b5705a0f5c4bb /Userland/Services/CMakeLists.txt | |
parent | 73a2045c5bc45ad1f815e113b59c4f174c204d08 (diff) | |
download | serenity-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.txt | 1 |
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) |