summaryrefslogtreecommitdiff
path: root/src/totem.h
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2014-01-23 13:13:52 +0100
committerBastien Nocera <hadess@hadess.net>2014-01-23 13:13:52 +0100
commitbf4f3a1eabdf7005f00e081dc416db6a1b3d20ce (patch)
tree03a74bea8ca58697a0f3ec75b918daa2557b374f /src/totem.h
parentc323d382b3cb10bab4da22834b3a905f0a21eb0b (diff)
downloadtotem-bf4f3a1eabdf7005f00e081dc416db6a1b3d20ce.tar.gz
main: Remove shuffle setting
We now have a shuffle button in the grilo plugin, to allow shuffling the selection.
Diffstat (limited to 'src/totem.h')
-rw-r--r--src/totem.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/totem.h b/src/totem.h
index ca113af88..d9308c164 100644
--- a/src/totem.h
+++ b/src/totem.h
@@ -106,13 +106,11 @@ typedef enum {
/**
* TotemRemoteSetting:
- * @TOTEM_REMOTE_SETTING_SHUFFLE: whether shuffle is enabled
* @TOTEM_REMOTE_SETTING_REPEAT: whether repeat is enabled
*
* Represents a boolean setting or preference on a remote Totem instance.
**/
typedef enum {
- TOTEM_REMOTE_SETTING_SHUFFLE,
TOTEM_REMOTE_SETTING_REPEAT
} TotemRemoteSetting;