aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2022-10-25 06:46:11 +0200
committerdec05eba <dec05eba@protonmail.com>2022-10-25 06:58:01 +0200
commit162502874dc266bce6a73d5cd70e06c3829ead28 (patch)
treed49bda878ef7c91dd2b776fbecec66bfee19bc4d /src/main.cpp
parent765a45b84eedaf27a69776b9be3852ea26e9b176 (diff)
Properly update watch progress at end of file
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index f0dca82..52cb374 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -3,7 +3,6 @@
#include <X11/Xlib.h>
int main(int argc, char **argv) {
- setenv("__GL_THREADED_OPTIMIZATIONS", "0", 1);
XInitThreads();
setlocale(LC_ALL, "C"); // Sigh... stupid C
QuickMedia::Program program;