aboutsummaryrefslogtreecommitdiff
path: root/launcher/CMakeLists.txt
diff options
context:
space:
mode:
authorswirl <swurl@swurl.xyz>2022-01-27 17:00:15 -0500
committerGitHub <noreply@github.com>2022-01-27 17:00:15 -0500
commit33aac2985a79fb7d7eec82c9fb7eac3973779cce (patch)
tree4595f6d2b696e2aa1626d7c25e2f998e5479ea9e /launcher/CMakeLists.txt
parentad6e3a08683c388a1949e4fb362f85065b77c75b (diff)
parent361ce7818ec8891e9a35bdfac4cdea77a0b6a949 (diff)
downloadPrismLauncher-33aac2985a79fb7d7eec82c9fb7eac3973779cce.tar.gz
PrismLauncher-33aac2985a79fb7d7eec82c9fb7eac3973779cce.tar.bz2
PrismLauncher-33aac2985a79fb7d7eec82c9fb7eac3973779cce.zip
Merge pull request #105 from Scrumplex/rss-begone
Remove news
Diffstat (limited to 'launcher/CMakeLists.txt')
-rw-r--r--launcher/CMakeLists.txt9
1 files changed, 0 insertions, 9 deletions
diff --git a/launcher/CMakeLists.txt b/launcher/CMakeLists.txt
index c49b68b2..0ef27f6b 100644
--- a/launcher/CMakeLists.txt
+++ b/launcher/CMakeLists.txt
@@ -177,15 +177,6 @@ set(NOTIFICATIONS_SOURCES
notifications/NotificationChecker.cpp
)
-# Backend for the news bar... there's usually no news.
-set(NEWS_SOURCES
- # News System
- news/NewsChecker.h
- news/NewsChecker.cpp
- news/NewsEntry.h
- news/NewsEntry.cpp
-)
-
# Icon interface
set(ICONS_SOURCES
# Icons System and related code