diff --git a/modules/gui/pymod/CMakeLists.txt b/modules/gui/pymod/CMakeLists.txt index 3c9e13e8a806730b0452a1b56828ab94a8121ac1..2d0690f015eefcb85a5b7ac1a4bfba0dba1b023d 100644 --- a/modules/gui/pymod/CMakeLists.txt +++ b/modules/gui/pymod/CMakeLists.txt @@ -100,7 +100,6 @@ pymod(NAME gui CPP ${OST_GUI_PYMOD_SOURCES} set(PRESET_FILES scene/presets.xml - scene/loaders.xml ) copy_if_different("${CMAKE_CURRENT_SOURCE_DIR}" "${STAGE_DIR}/share/openstructure/scene" "${PRESET_FILES}" "IMMUTABLE_FILES" _ost_gui) diff --git a/modules/gui/pymod/scene/loaders.xml b/modules/gui/pymod/scene/loaders.xml deleted file mode 100644 index 6c0378641a0dd8c22bd0872058f1d523f72bdd1f..0000000000000000000000000000000000000000 --- a/modules/gui/pymod/scene/loaders.xml +++ /dev/null @@ -1,11 +0,0 @@ -<!DOCTYPE EMDataInfo> -<EMDataInfo> - <GenericLoaders> - <GenericLoader ExtName="cif" Name="pdb.org (mmCIF)" - Url="http://www.pdb.org/pdb/files/${ID}.cif.gz" Default="1" - FileType="cif.gz"/> - <GenericLoader ExtName="pdbredo" Name="pdbredo" Url="http://www.cmbi.ru.nl/pdb_redo/ak/${ID}/${ID}_besttls.pdb" /> - <GenericLoader ExtName="" Name="pdb.org" FileType="pdb.gz" Url="http://www.pdb.org/pdb/files/${ID}.pdb.gz"/> - <GenericLoader ExtName="emdb" Name="emdb" Url="ftp://emdb.rutgers.edu/structures/EMD-${ID}/map/emd_${ID}.map.gz" FileType="map.gz" Img="1"/> - </GenericLoaders> -</EMDataInfo>