This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
Rack
mirror of
https://github.com/VCVRack/Rack.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
38
Wiki
Activity
Browse Source
Remove unused Window variable.
tags/v2.2.0
Andrew Belt
1 year ago
parent
73eead277e
commit
866cb01c16
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
src/window/Window.cpp
+ 0
- 1
src/window/Window.cpp
View File
@@ -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;
Write
Preview
Loading…
Cancel
Save