X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=nageru%2Fmixer.h;h=9aa375636722d0e6d06be47bc8ca90c232b04d9b;hb=HEAD;hp=5549a245064d613a0632cdd3e8b4786a2fcde8ff;hpb=a0e57ec99e9dfdd7e79bcf21e8c996dc43b6cb49;p=nageru diff --git a/nageru/mixer.h b/nageru/mixer.h index 5549a24..c42d8f1 100644 --- a/nageru/mixer.h +++ b/nageru/mixer.h @@ -478,9 +478,6 @@ private: std::unique_ptr frame_allocator; - // Stuff for the OpenGL context (for texture uploading). - QSurface *surface = nullptr; - struct NewFrame { RefCountedFrame frame; int64_t length; // In TIMEBASE units.