diff options
author | Bastien Nocera <hadess@hadess.net> | 2013-03-08 16:41:07 +0100 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2013-03-08 17:18:13 +0100 |
commit | f619322e06c04630dad42c4290c3d50771d575c2 (patch) | |
tree | bf2d1551afe016b3712a47e30ac651330b13311d /src/totem-playlist.h | |
parent | 14bf32bcca03610c123f45e4d95cdd958e688b85 (diff) | |
download | totem-f619322e06c04630dad42c4290c3d50771d575c2.tar.gz |
playlist: Remove custom {repeat,shuffle}-toggled signals
As we're using the properties instead now.
Diffstat (limited to 'src/totem-playlist.h')
-rw-r--r-- | src/totem-playlist.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/totem-playlist.h b/src/totem-playlist.h index 008886c89..8513f2d60 100644 --- a/src/totem-playlist.h +++ b/src/totem-playlist.h @@ -73,8 +73,6 @@ struct TotemPlaylistClass { void (*item_activated) (TotemPlaylist *playlist); void (*active_name_changed) (TotemPlaylist *playlist); void (*current_removed) (TotemPlaylist *playlist); - void (*repeat_toggled) (TotemPlaylist *playlist, gboolean repeat); - void (*shuffle_toggled) (TotemPlaylist *playlist, gboolean toggled); void (*subtitle_changed) (TotemPlaylist *playlist); void (*item_added) (TotemPlaylist *playlist, const gchar *filename, const gchar *uri); void (*item_removed) (TotemPlaylist *playlist, const gchar *filename, const gchar *uri); |