refactor: remove news feed

Closes #63
This commit is contained in:
Sefa Eyeoglu
2022-01-27 22:58:38 +01:00
parent 019c77f9f7
commit 361ce7818e
8 changed files with 0 additions and 489 deletions

View File

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