From 043ae9156086a2fc9fdb520539411123256b3aeb Mon Sep 17 00:00:00 2001 From: Hendrik Brucker Date: Sat, 19 Jun 2021 17:44:59 +0200 Subject: Restructure and reimplement vsync options -Add a v-sync mode setting which allows to choose between DISABLED, ON, ADAPTIVE and MAILBOX -Removed the V-Sync via Compositor option --- core/os/os.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'core/os') diff --git a/core/os/os.h b/core/os/os.h index 444f67431f..301718a8b3 100644 --- a/core/os/os.h +++ b/core/os/os.h @@ -58,8 +58,6 @@ class OS { int _orientation; bool _allow_hidpi = false; bool _allow_layered = false; - bool _use_vsync; - bool _vsync_via_compositor; bool _stdout_enabled = true; bool _stderr_enabled = true; -- cgit v1.2.3