aboutsummaryrefslogtreecommitdiff
path: root/src/backend/gl/glx.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/gl/glx.c')
-rw-r--r--src/backend/gl/glx.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/backend/gl/glx.c b/src/backend/gl/glx.c
index 7e171e1..256a09c 100644
--- a/src/backend/gl/glx.c
+++ b/src/backend/gl/glx.c
@@ -568,11 +568,11 @@ static inline bool glx_has_extension(Display *dpy, int screen, const char *ext)
curr = end ? end + 1 : NULL;
}
- if (!match) {
- log_info("Missing GLX extension %s.", ext);
- } else {
- log_info("Found GLX extension %s.", ext);
- }
+ // if (!match) {
+ // log_info("Missing GLX extension %s.", ext);
+ // } else {
+ // log_info("Found GLX extension %s.", ext);
+ // }
return match;
}