Remove windows resolution detection
This commit is contained in:
parent
196dfc009a
commit
6cb08e60a1
1 changed files with 0 additions and 4 deletions
4
fetch
4
fetch
|
@ -588,10 +588,6 @@ getresolution () {
|
|||
awk '/Resolution:/ {print $2"x"$4" "}')
|
||||
;;
|
||||
|
||||
"Windows")
|
||||
resolution="$(wmic path Win32_VideoController get CurrentHorizontalResolution,CurrentVerticalResolution /format:value)"
|
||||
;;
|
||||
|
||||
*)
|
||||
resolution="Unknown"
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue