From efca04f23fc4dc52036fd61186e8acb7d49ebe81 Mon Sep 17 00:00:00 2001 From: Luis de Bethencourt Date: Thu, 25 Sep 2014 16:04:33 +0100 Subject: style: remove unnecessary break statements Code flow never arrives to these break statements due to the gotos preceding them. So the breaks are unnecessary, as discussed in bug 736942. https://bugzilla.gnome.org/show_bug.cgi?id=737370 --- gst/dvdspu/gstdvdspu.c | 1 - 1 file changed, 1 deletion(-) (limited to 'gst/dvdspu/gstdvdspu.c') diff --git a/gst/dvdspu/gstdvdspu.c b/gst/dvdspu/gstdvdspu.c index 2c270fd9b3..57447266e3 100644 --- a/gst/dvdspu/gstdvdspu.c +++ b/gst/dvdspu/gstdvdspu.c @@ -1170,7 +1170,6 @@ gst_dvd_spu_subpic_event (GstPad * pad, GstObject * parent, GstEvent * event) * video might still continue, though */ gst_event_unref (event); goto done; - break; default: res = gst_pad_event_default (pad, parent, event); break; -- cgit v1.2.3-70-g09d2