From 866cb01c16c097d9c06302cd8770e04e2cbe4fea Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Tue, 22 Nov 2022 09:52:53 -0500 Subject: [PATCH] Remove unused Window variable. --- src/window/Window.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/window/Window.cpp b/src/window/Window.cpp index 0065927c..7d277835 100644 --- a/src/window/Window.cpp +++ b/src/window/Window.cpp @@ -90,7 +90,6 @@ struct Window::Internal { int frame = 0; bool ignoreNextMouseDelta = false; double monitorRefreshRate = 0.0; - int frameSwapInterval = -1; double frameTime = NAN; double lastFrameDuration = NAN;