mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 16:21:17 +00:00
glfilter: remove unused class fields in/out_tex_id
The functionality is not used by any subclass nor are the values set anywhere.
This commit is contained in:
parent
4010faf4a1
commit
216b8eea6c
1 changed files with 0 additions and 3 deletions
|
@ -67,9 +67,6 @@ struct _GstGLFilter
|
|||
GLuint fbo;
|
||||
GLuint depthbuffer;
|
||||
|
||||
GLuint in_tex_id;
|
||||
GLuint out_tex_id;
|
||||
|
||||
GstGLShader *default_shader;
|
||||
gboolean valid_attributes;
|
||||
|
||||
|
|
Loading…
Reference in a new issue