gst-play: Removed erroneous comment

The "fall through" comment was wrong. Removed.

https://bugzilla.gnome.org/show_bug.cgi?id=755440
This commit is contained in:
Vivia Nikolaidou 2015-09-25 15:17:53 +03:00 committed by Sebastian Dröge
parent 2528a5bbd8
commit 476dff826e

View file

@ -1067,7 +1067,6 @@ keyboard_cb (const gchar * key_input, gpointer user_data)
case '0':
play_do_seek (play, 0, play->rate, play->trick_mode);
break;
/* fall through */
default:
if (strcmp (key_input, GST_PLAY_KB_ARROW_RIGHT) == 0) {
relative_seek (play, +0.08);