mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 14:08:56 +00:00
playback/player: gtk-play: remove unused callback
This commit is contained in:
parent
0a38d36996
commit
64a73ff36b
1 changed files with 0 additions and 6 deletions
|
@ -1005,12 +1005,6 @@ create_tracks_menu (GtkPlay * play, GstPlayerMediaInfo * media_info, GType type)
|
|||
return menu;
|
||||
}
|
||||
|
||||
static void
|
||||
player_set_rate_cb (GtkSpinButton * button, GtkPlay * play)
|
||||
{
|
||||
gst_player_set_rate (play->player, gtk_spin_button_get_value (button));
|
||||
}
|
||||
|
||||
static void
|
||||
player_quit_clicked_cb (GtkButton * button, GtkPlay * play)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue