From 2b5f4cfd9ef6dd9875de98f378061ebf15e0a385 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Fri, 22 Jul 2016 01:25:04 +0200 Subject: [PATCH] Remove unused struct member. --- mixer.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/mixer.h b/mixer.h index e0f96cf..0214063 100644 --- 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; -- 2.39.2