]> git.sesse.net Git - nageru/blobdiff - nageru/mixer.h
Fix a Clang 19 warning.
[nageru] / nageru / mixer.h
index 5549a245064d613a0632cdd3e8b4786a2fcde8ff..c42d8f1a44c4f0a104201c2c8d631db317f73d33 100644 (file)
@@ -478,9 +478,6 @@ private:
 
                std::unique_ptr<PBOFrameAllocator> frame_allocator;
 
-               // Stuff for the OpenGL context (for texture uploading).
-               QSurface *surface = nullptr;
-
                struct NewFrame {
                        RefCountedFrame frame;
                        int64_t length;  // In TIMEBASE units.