]> git.sesse.net Git - nageru/commitdiff
Remove unused struct member.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 21 Jul 2016 23:25:04 +0000 (01:25 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 21 Jul 2016 23:25:04 +0000 (01:25 +0200)
mixer.h

diff --git a/mixer.h b/mixer.h
index e0f96cf16a922034f4ee64bd73cca361f08d963d..02140637fe665258a9332838b0ec03e226f7b6d4 100644 (file)
--- a/mixer.h
+++ b/mixer.h
@@ -49,7 +49,6 @@ class ResourcePool;
 namespace movit {
 class YCbCrInput;
 }
-class QOpenGLContext;
 class QSurfaceFormat;
 
 // For any card that's not the master (where we pick out the frames as they
@@ -431,7 +430,6 @@ private:
 
                // Stuff for the OpenGL context (for texture uploading).
                QSurface *surface;
-               QOpenGLContext *context;
 
                struct NewFrame {
                        RefCountedFrame frame;