From: Steinar H. Gunderson Date: Thu, 21 Jul 2016 23:25:04 +0000 (+0200) Subject: Remove unused struct member. X-Git-Tag: 1.3.2~7 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;ds=sidebyside;h=2b5f4cfd9ef6dd9875de98f378061ebf15e0a385;p=nageru Remove unused struct member. --- 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;