Remove legacy network code

This commit is contained in:
Martin Natano
2022-04-11 14:50:00 -07:00
committed by teejusb
parent f1e3e4d519
commit 4c0aef69dd
124 changed files with 56 additions and 10863 deletions
-7
View File
@@ -178,7 +178,6 @@ list(APPEND SM_DATA_REST_SRC
"Difficulty.cpp"
"DisplaySpec.cpp"
"EnumHelper.cpp"
"FileDownload.cpp"
"Game.cpp"
"GameCommand.cpp"
"GameConstantsAndTypes.cpp"
@@ -230,7 +229,6 @@ list(APPEND SM_DATA_REST_HPP
"DisplaySpec.h"
"Difficulty.h"
"EnumHelper.h"
"FileDownload.h"
"Game.h"
"GameCommand.h"
"GameConstantsAndTypes.h"
@@ -266,11 +264,6 @@ list(APPEND SM_DATA_REST_HPP
"TimingSegments.h"
"TitleSubstitution.h")
if(WITH_NETWORKING)
list(APPEND SM_DATA_REST_SRC "RoomWheel.cpp")
list(APPEND SM_DATA_REST_HPP "RoomWheel.h")
endif()
source_group("Data Structures\\\\Misc Objects"
FILES
${SM_DATA_REST_SRC}