aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2023-08-25 10:55:08 +0200
committerdec05eba <dec05eba@protonmail.com>2023-08-25 10:55:08 +0200
commitce5c0ef8aa8eec45e31ad6697f5d94dd1727a984 (patch)
tree901e1ec6fba926f1cd9b26d0265c33359d783f68 /include
parent0c2a740f885527fc06240536549f02e796e5968b (diff)
Reduce latency (in mglpp, opengl hack)
Diffstat (limited to 'include')
-rw-r--r--include/QuickMedia.hpp2
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;
};
}