[client] ds: remove SDL display server

This commit is contained in:
Quantum
2021-02-25 01:40:45 -05:00
committed by Geoffrey McRae
parent eb357fa58a
commit 6695ca3f34
5 changed files with 2 additions and 792 deletions

View File

@@ -27,11 +27,6 @@ if (ENABLE_X11)
add_displayserver(X11)
endif()
# SDL must be last as it's the fallback implemntation
if (ENABLE_SDL)
add_displayserver(SDL)
endif()
list(REMOVE_AT DISPLAYSERVERS 0)
list(REMOVE_AT DISPLAYSERVERS_LINK 0)