diff options
author | dec05eba <dec05eba@protonmail.com> | 2023-08-25 10:55:08 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2023-08-25 10:55:08 +0200 |
commit | ce5c0ef8aa8eec45e31ad6697f5d94dd1727a984 (patch) | |
tree | 901e1ec6fba926f1cd9b26d0265c33359d783f68 /include | |
parent | 0c2a740f885527fc06240536549f02e796e5968b (diff) |
Reduce latency (in mglpp, opengl hack)
Diffstat (limited to 'include')
-rw-r--r-- | include/QuickMedia.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/QuickMedia.hpp b/include/QuickMedia.hpp index 0a21e07..0f8837d 100644 --- a/include/QuickMedia.hpp +++ b/include/QuickMedia.hpp @@ -242,7 +242,5 @@ namespace QuickMedia { int video_max_height = 0; std::mutex login_inputs_mutex; const char *yt_dl_name = nullptr; - - int monitor_max_fps = 0; }; } |