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:
Matthew Waters 2016-06-15 15:47:47 +10:00 committed by Tim-Philipp Müller
parent 2a545d3bd1
commit 632cc16767

View file

@ -67,9 +67,6 @@ struct _GstGLFilter
GLuint fbo;
GLuint depthbuffer;
GLuint in_tex_id;
GLuint out_tex_id;
GstGLShader *default_shader;
gboolean valid_attributes;