glfilter: remove unused class fields in/out_tex_id
authorMatthew Waters <matthew@centricular.com>
Wed, 15 Jun 2016 05:47:47 +0000 (15:47 +1000)
committerMatthew Waters <matthew@centricular.com>
Wed, 15 Jun 2016 05:47:47 +0000 (15:47 +1000)
The functionality is not used by any subclass nor are the values set anywhere.

gst-libs/gst/gl/gstglfilter.h

index a818bab24fcc9f18ade580ff89edf2035fb6ba75..5025bdea870d329f33ed248094a09d7be7ea8aa5 100644 (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;