Don't show GPU output on unsupported OS

This commit is contained in:
Dylan 2016-03-26 10:29:21 +11:00
parent 2d136780f2
commit 806a54224c
1 changed files with 0 additions and 4 deletions

View File

@ -1064,10 +1064,6 @@ getgpu () {
gpu=${gpu//[[:space:]]/ }
gpu=${gpu// }
;;
*)
gpu="Unknown"
;;
esac
;;