summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohannes Obermayr <johannesobermayr@gmx.de>2015-12-22 20:57:38 +0100
committerJohannes Obermayr <johannesobermayr@gmx.de>2015-12-23 13:27:13 +0100
commit1d02db035285c6da6a33d06f89e62b843457b979 (patch)
treed2a89f5f8e854bfba8e297f8b8555b26a70c816e /src
parentd9b49aa2641fb871c9b1111fdf04525a7bea71b5 (diff)
glXExtensionSupported is not used.
Fixes also a build error since commit 05e0a90 (Display type not defined).
Diffstat (limited to 'src')
-rw-r--r--src/waveform/vsyncthread.h2
1 files changed, 1 insertions, 1 deletions
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;