From 1d02db035285c6da6a33d06f89e62b843457b979 Mon Sep 17 00:00:00 2001 From: Johannes Obermayr Date: Tue, 22 Dec 2015 20:57:38 +0100 Subject: glXExtensionSupported is not used. Fixes also a build error since commit 05e0a90 (Display type not defined). --- src/waveform/vsyncthread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/waveform/vsyncthread.h b/src/waveform/vsyncthread.h index 1016d96dcd..28a7c43b22 100644 --- a/src/waveform/vsyncthread.h +++ b/src/waveform/vsyncthread.h @@ -76,7 +76,7 @@ class VSyncThread : public QThread { #else void initGlxext(QGLWidget* glw); - bool glXExtensionSupported(Display *dpy, int screen, const char *extension); + //bool glXExtensionSupported(Display *dpy, int screen, const char *extension); /* Currently unused, but probably part of later a hardware sync solution PFNGLXGETVIDEOSYNCSGIPROC glXGetVideoSyncSGI; -- cgit v1.2.3