qt6: Remove unused field

```
In file included from ../subprojects/gst-plugins-good/ext/qt6/gstqsg6material.cc:31:
../subprojects/gst-plugins-good/ext/qt6/gstqsg6material.h:69:17: error: private
field 'mem_' is not used [-Werror,-Wunused-private-field]
   69 |     GstMemory * mem_;
      |                 ^
```

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7414>
This commit is contained in:
Edward Hervey 2024-08-14 13:50:37 +02:00
parent 864faa34cd
commit 2385a2e68d

View file

@ -66,7 +66,6 @@ private:
bool buffer_was_bound;
GWeakRef qt_context_ref_;
GstBuffer * sync_buffer_;
GstMemory * mem_;
GstVideoInfo v_info;
GstGLTextureTarget tex_target;
GstVideoFrame v_frame;