GPU: Remove comment

This commit is contained in:
Dylan Araps 2016-11-29 21:20:55 +11:00
parent c62901c203
commit 07c4f9fc52
1 changed files with 0 additions and 1 deletions

View File

@ -927,7 +927,6 @@ get_gpu() {
if [[ -f "/tmp/neofetch/gpu" ]]; then
source "/tmp/neofetch/gpu"
else
# Fallback if no kernel driver is in use
gpu="$(PATH="/sbin:$PATH" lspci -mm | awk -F '\\"|\\" \\"' '/3D|VGA/ {print $3 " " $4}')"
case "$gpu" in