]> git.sesse.net Git - nageru/blobdiff - mixer.h
Remove unused struct member.
[nageru] / 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;