diff --git a/mk/shared/g3d_viewer.ico b/mk/shared/g3d_viewer.ico deleted file mode 100644 index 0d2a9f342..000000000 Binary files a/mk/shared/g3d_viewer.ico and /dev/null differ diff --git a/mk/shared/map_editor.ico b/mk/shared/map_editor.ico deleted file mode 100644 index 4f1073868..000000000 Binary files a/mk/shared/map_editor.ico and /dev/null differ diff --git a/mk/shared/zetaglest.ico b/mk/shared/zetaglest.ico deleted file mode 100644 index f2ce53b69..000000000 Binary files a/mk/shared/zetaglest.ico and /dev/null differ diff --git a/source/g3d_viewer/CMakeLists.txt b/source/g3d_viewer/CMakeLists.txt index eeebdbeef..8d43bc268 100644 --- a/source/g3d_viewer/CMakeLists.txt +++ b/source/g3d_viewer/CMakeLists.txt @@ -199,9 +199,4 @@ IF(BUILD_MODEL_VIEWER) INSTALL(FILES "${PROJECT_SOURCE_DIR}/man/${TARGET_NAME_MANPAGE}" DESTINATION ${INSTALL_DIR_MAN}) - - # Installation of the program config and image files - INSTALL(FILES -"${PROJECT_SOURCE_DIR}/mk/shared/g3d_viewer.ico" - DESTINATION ${INSTALL_DIR_INI}) ENDIF() diff --git a/source/glest_map_editor/CMakeLists.txt b/source/glest_map_editor/CMakeLists.txt index 6e1892fb7..c564f3629 100644 --- a/source/glest_map_editor/CMakeLists.txt +++ b/source/glest_map_editor/CMakeLists.txt @@ -188,10 +188,4 @@ IF(BUILD_MAP_EDITOR) INSTALL(FILES "${PROJECT_SOURCE_DIR}/man/${TARGET_NAME_MANPAGE}" DESTINATION ${INSTALL_DIR_MAN}) - - # Installation of the program config and image files - INSTALL(FILES - "${PROJECT_SOURCE_DIR}/mk/shared/map_editor.ico" - DESTINATION ${INSTALL_DIR_INI}) - ENDIF()