mirror of
https://github.com/yuzu-emu/yuzu-emu.github.io.git
synced 2025-06-08 05:17:10 +00:00
Unneeded variable removal.
This commit is contained in:
parent
cb8e343f1a
commit
d9c4fc3756
|
@ -95,7 +95,6 @@
|
||||||
// Attempt autodetection of their operating system
|
// Attempt autodetection of their operating system
|
||||||
var userAgent = navigator.userAgent.toLowerCase();
|
var userAgent = navigator.userAgent.toLowerCase();
|
||||||
var os = "Other";
|
var os = "Other";
|
||||||
const unsupportedPlatforms = ["Other", "Mac"]
|
|
||||||
|
|
||||||
if (userAgent.indexOf("windows") !== -1) {
|
if (userAgent.indexOf("windows") !== -1) {
|
||||||
os = "Windows";
|
os = "Windows";
|
||||||
|
|
Loading…
Reference in a new issue