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;