Remove iOS example

This commit is contained in:
Ceylo 2018-04-12 20:43:04 +02:00 committed by Lukas Dürrenberger
parent 1272b704d6
commit 5ab36271c7
3 changed files with 0 additions and 95 deletions

View file

@ -40,8 +40,3 @@ endif()
if(SFML_BUILD_GRAPHICS AND SFML_BUILD_AUDIO)
add_subdirectory(pong)
endif()
# Mobile specific examples
if(SFML_OS_IOS)
add_subdirectory(iOS)
endif()