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
parent 4010faf4a1
commit 216b8eea6c

View file

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