summaryrefslogtreecommitdiff
path: root/src/totem-options.c
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2013-03-09 01:08:01 +0100
committerBastien Nocera <hadess@hadess.net>2013-03-09 01:10:34 +0100
commit0fcdff941aff31f5d3855beb0029e0730bf011fd (patch)
tree0053e201d66b6ae57c97f4fbed38bb823d459cb4 /src/totem-options.c
parentcb576fd87361623275cc1ff11764d733a5ceecc1 (diff)
downloadtotem-0fcdff941aff31f5d3855beb0029e0730bf011fd.tar.gz
main: Remove unused playlistidx command-line option
Diffstat (limited to 'src/totem-options.c')
-rw-r--r--src/totem-options.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/totem-options.c b/src/totem-options.c
index a2b9fe239..a12042227 100644
--- a/src/totem-options.c
+++ b/src/totem-options.c
@@ -62,8 +62,6 @@ const GOptionEntry all_options[] = {
{"enqueue", '\0', 0, G_OPTION_ARG_NONE, &optionstate.enqueue, N_("Enqueue"), NULL},
{"replace", '\0', 0, G_OPTION_ARG_NONE, &optionstate.replace, N_("Replace"), NULL},
{"seek", '\0', G_OPTION_FLAG_HIDDEN, G_OPTION_ARG_INT64, &optionstate.seek, N_("Seek"), NULL},
- /* Translators: help for a (hidden) command line option to specify (the zero-based index of) a playlist entry to start playing once Totem's finished loading */
- {"playlist-idx", '\0', G_OPTION_FLAG_HIDDEN, G_OPTION_ARG_DOUBLE, &optionstate.playlistidx, N_("Playlist index"), NULL},
{ "version", 0, G_OPTION_FLAG_NO_ARG | G_OPTION_FLAG_HIDDEN, G_OPTION_ARG_CALLBACK, option_version_cb, NULL, NULL },
{G_OPTION_REMAINING, '\0', 0, G_OPTION_ARG_FILENAME_ARRAY, &optionstate.filenames, N_("Movies to play"), NULL},
{NULL} /* end the list */