summaryrefslogtreecommitdiff
path: root/gst/geometrictransform
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2011-04-15 00:09:14 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2011-04-15 00:24:47 +0100
commit5d6bdf605207dcd31c830fc213f71161cd2f6f5c (patch)
tree5f9a7eaa6fbb0946acaadafaefae6ab53586338c /gst/geometrictransform
parentfb0222ea67322a4e743593a3ed6741571d5aede7 (diff)
downloadgstreamer-plugins-bad-5d6bdf605207dcd31c830fc213f71161cd2f6f5c.tar.gz
Fix some unused-but-set-variable warnings with gcc 4.6
Diffstat (limited to 'gst/geometrictransform')
-rw-r--r--gst/geometrictransform/gstfisheye.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gst/geometrictransform/gstfisheye.c b/gst/geometrictransform/gstfisheye.c
index 39be190e8..7f3885834 100644
--- a/gst/geometrictransform/gstfisheye.c
+++ b/gst/geometrictransform/gstfisheye.c
@@ -123,10 +123,8 @@ fisheye_map (GstGeometricTransform * gt, gint x, gint y, gdouble * in_x,
static void
gst_fisheye_class_init (GstFisheyeClass * klass)
{
- GObjectClass *gobject_class;
GstGeometricTransformClass *gstgt_class;
- gobject_class = (GObjectClass *) klass;
gstgt_class = (GstGeometricTransformClass *) klass;
parent_class = g_type_class_peek_parent (klass);