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

@ -45,9 +45,6 @@ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DQT_NO_DEPRECATED_WARNINGS=Y")
##################################### Set Application options #####################################
######## Set URLs ########
set(Launcher_NEWS_RSS_URL "https://multimc.org/rss.xml" CACHE STRING "URL to fetch Launcher's news RSS feed from.")
######## Set version numbers ########
set(Launcher_VERSION_MAJOR 1)
set(Launcher_VERSION_MINOR 0)