diff OrthancStone/Resources/CMake/OrthancStoneConfiguration.cmake @ 1569:546ec0531099

removing deprecated files, backup is available in tag legacy-with-deprecated
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 21 Sep 2020 14:50:07 +0200
parents 97b34cb88600
children 85e117739eca
line wrap: on
line diff
--- a/OrthancStone/Resources/CMake/OrthancStoneConfiguration.cmake	Thu Sep 17 15:39:33 2020 +0200
+++ b/OrthancStone/Resources/CMake/OrthancStoneConfiguration.cmake	Mon Sep 21 14:50:07 2020 +0200
@@ -268,13 +268,6 @@
     )
 endif()
 
-if ((ENABLE_SDL OR ENABLE_WASM) AND ENABLE_GUIADAPTER)
-  list(APPEND APPLICATIONS_SOURCES
-    ${ORTHANC_STONE_ROOT}/Sources/Deprecated/GuiAdapter.cpp
-    ${ORTHANC_STONE_ROOT}/Sources/Deprecated/GuiAdapter.h
-    )
-endif()
-
 
 list(APPEND ORTHANC_STONE_SOURCES
   ${ORTHANC_STONE_ROOT}/Sources/Toolbox/OrthancDatasets/DicomDatasetReader.cpp