summaryrefslogtreecommitdiff
path: root/client/global.gd
diff options
context:
space:
mode:
Diffstat (limited to 'client/global.gd')
-rw-r--r--client/global.gd1
1 files changed, 0 insertions, 1 deletions
diff --git a/client/global.gd b/client/global.gd
index 7b76788d..d944673c 100644
--- a/client/global.gd
+++ b/client/global.gd
@@ -251,7 +251,6 @@ func on_mobile() -> bool:
return os_name == "Android" or os_name == "iOS"
func on_high_end() -> bool:
- var os_name := OS.get_name()
if on_mobile():
return false
return on_vulkan()