Remove windows resolution detection

This commit is contained in:
Dylan 2016-01-08 20:59:58 +11:00
parent 196dfc009a
commit 6cb08e60a1
1 changed files with 0 additions and 4 deletions

4
fetch
View File

@ -588,10 +588,6 @@ getresolution () {
awk '/Resolution:/ {print $2"x"$4" "}')
;;
"Windows")
resolution="$(wmic path Win32_VideoController get CurrentHorizontalResolution,CurrentVerticalResolution /format:value)"
;;
*)
resolution="Unknown"
;;