Browse Source

Remove unused Window variable.

tags/v2.2.0
Andrew Belt 1 year ago
parent
commit
866cb01c16
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      src/window/Window.cpp

+ 0
- 1
src/window/Window.cpp View File

@@ -90,7 +90,6 @@ struct Window::Internal {
int frame = 0; int frame = 0;
bool ignoreNextMouseDelta = false; bool ignoreNextMouseDelta = false;
double monitorRefreshRate = 0.0; double monitorRefreshRate = 0.0;
int frameSwapInterval = -1;
double frameTime = NAN; double frameTime = NAN;
double lastFrameDuration = NAN; double lastFrameDuration = NAN;




Loading…
Cancel
Save