summaryrefslogtreecommitdiffstats
path: root/sys/v4l2/gstv4l2tuner.c
diff options
context:
space:
mode:
authorEdgard Lima <edgard.lima@indt.org.br>2006-09-27 15:14:07 +0000
committerEdgard Lima <edgard.lima@indt.org.br>2006-09-27 15:14:07 +0000
commiteea3a2d9b6c92339afe14da6d2d5c454e9dba4cf (patch)
tree5e4ac4f3fbb23c0c1794e0af3d4cd08a2a537b53 /sys/v4l2/gstv4l2tuner.c
parent59c201f0d4711fa9ddee63404f7abb896a483cd9 (diff)
Some cleanups and comments.
Original commit message from CVS: Some cleanups and comments.
Diffstat (limited to 'sys/v4l2/gstv4l2tuner.c')
-rw-r--r--sys/v4l2/gstv4l2tuner.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/sys/v4l2/gstv4l2tuner.c b/sys/v4l2/gstv4l2tuner.c
index 3ec73a23..acc0c78b 100644
--- a/sys/v4l2/gstv4l2tuner.c
+++ b/sys/v4l2/gstv4l2tuner.c
@@ -122,16 +122,6 @@ gst_v4l2_tuner_norm_init (GstV4l2TunerNorm * norm)
norm->index = 0;
}
-#if 0 /* output not handled by now */
-static gboolean
-gst_v4l2_tuner_is_sink (GstV4l2Object * v4l2object)
-{
- GstPadDirection dir = GST_PAD_UNKNOWN;
-
- return (dir == GST_PAD_SINK);
-}
-#endif /* #if 0 - output not handled by now */
-
static G_GNUC_UNUSED gboolean
gst_v4l2_tuner_contains_channel (GstV4l2Object * v4l2object,
GstV4l2TunerChannel * v4l2channel)