summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Bragg <robert@linux.intel.com>2010-08-10 14:40:47 +0100
committerDamien Lespiau <damien.lespiau@intel.com>2010-08-18 16:39:12 +0100
commit7ae59883a0311f21e783f933538e0aad9b434e27 (patch)
tree7bcd075731f9f38573626c109e6d1c52718412fc
parentc0c04a4273fcd37fc7a9ae23073787e4014e8952 (diff)
sink: remove an unused priv->fp member
I guess this used to be used for the ARBfp program object name when we used to use OpenGL directly. It doesn't seem to be used anymore though so this patch removes it.
-rw-r--r--clutter-gst/clutter-gst-video-sink.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/clutter-gst/clutter-gst-video-sink.c b/clutter-gst/clutter-gst-video-sink.c
index 18ae1e8..7d12b37 100644
--- a/clutter-gst/clutter-gst-video-sink.c
+++ b/clutter-gst/clutter-gst-video-sink.c
@@ -201,7 +201,6 @@ struct _ClutterGstVideoSinkPrivate
CoglHandle v_tex;
CoglHandle program;
CoglHandle shader;
- GLuint fp;
ClutterGstVideoFormat format;
gboolean bgr;