Skip to content

Commit 11a8961

Browse files
authored
Merge pull request #31050 from juli27/removeDeprecatedGlobal
Remove deprecated classes from framework/global
2 parents 7d0735b + 0e625f4 commit 11a8961

File tree

18 files changed

+204
-2283
lines changed

18 files changed

+204
-2283
lines changed

src/framework/global/CMakeLists.txt

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -208,14 +208,6 @@ else()
208208
${CMAKE_CURRENT_LIST_DIR}/internal/systeminfo.h
209209
${CMAKE_CURRENT_LIST_DIR}/internal/tickerprovider.cpp
210210
${CMAKE_CURRENT_LIST_DIR}/internal/tickerprovider.h
211-
212-
${CMAKE_CURRENT_LIST_DIR}/deprecated/xmlreader.cpp
213-
${CMAKE_CURRENT_LIST_DIR}/deprecated/xmlreader.h
214-
${CMAKE_CURRENT_LIST_DIR}/deprecated/xmlwriter.cpp
215-
${CMAKE_CURRENT_LIST_DIR}/deprecated/xmlwriter.h
216-
${CMAKE_CURRENT_LIST_DIR}/deprecated/qzip.cpp
217-
${CMAKE_CURRENT_LIST_DIR}/deprecated/qzipreader_p.h
218-
${CMAKE_CURRENT_LIST_DIR}/deprecated/qzipwriter_p.h
219211
)
220212

221213
if (MU_BUILD_UI_MODULE)

0 commit comments

Comments
 (0)