CMake: Remove USE_CONSOLE remnant

The code was from the time where the dedicated server was an alternative
toolkit, not a separate build target.
epoxy
Günther Brammer 2016-02-05 01:16:14 +01:00
parent a13a9036a5
commit 263b3bf909
1 changed files with 0 additions and 4 deletions

View File

@ -91,10 +91,6 @@ endmacro()
if(Audio_TK)
# Already chosen, don't do anything
elseif(USE_CONSOLE)
# Dedicated servers don't need audio output
set(Audio_TK "none")
set(Audio_FOUND TRUE)
else()
# Test for OpenAL
__FINDAUDIO_FINDOPENAL()