]> git.xonotic.org Git - xonotic/xonotic.git/blobdiff - xonotic-linux-sdl.sh
demotc-race-record-extractor.sh: remove useless rc case (gametype name is always...
[xonotic/xonotic.git] / xonotic-linux-sdl.sh
index bec83477f0dc65f5bd66a3ca6e76d38b59645b85..be8feddf5fd666a502a77840ca8e98c683bd3804 100755 (executable)
@@ -8,7 +8,6 @@ cd "${path}" || exit 1
 
 case "${0##*/}" in
   *dedicated*)  mode="dedicated" ;;
-  *glx*)        mode="glx" ;;
   *)            mode="sdl" ;;
 esac