summaryrefslogtreecommitdiff
path: root/ext/opencv/gsttemplatematch.c
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2010-11-25 18:42:33 +0100
committerEdward Hervey <bilboed@bilboed.com>2010-11-25 18:43:05 +0100
commit4067ef886d0cd82c5cbdc8ad3b1a840b0a99c587 (patch)
tree42905b242559ada63183f8d14c315a10a9d0d330 /ext/opencv/gsttemplatematch.c
parent3d3b46db3946525565a325ab896b79ec0206737e (diff)
downloadgstreamer-plugins-bad-4067ef886d0cd82c5cbdc8ad3b1a840b0a99c587.tar.gz
opencv: Remove dead assignments
... and fix indentation
Diffstat (limited to 'ext/opencv/gsttemplatematch.c')
-rw-r--r--ext/opencv/gsttemplatematch.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/opencv/gsttemplatematch.c b/ext/opencv/gsttemplatematch.c
index 8e96d1ac1..bc15d815d 100644
--- a/ext/opencv/gsttemplatematch.c
+++ b/ext/opencv/gsttemplatematch.c
@@ -140,10 +140,8 @@ static void
gst_templatematch_class_init (GstTemplateMatchClass * klass)
{
GObjectClass *gobject_class;
- GstElementClass *gstelement_class;
gobject_class = (GObjectClass *) klass;
- gstelement_class = (GstElementClass *) klass;
gobject_class->finalize = gst_templatematch_finalize;
gobject_class->set_property = gst_templatematch_set_property;