[totem] main: Remove unused playlistidx command-line option



commit 0fcdff941aff31f5d3855beb0029e0730bf011fd
Author: Bastien Nocera <hadess hadess net>
Date:   Sat Mar 9 01:08:01 2013 +0100

    main: Remove unused playlistidx command-line option

 src/totem-options.c |    2 --
 src/totem-options.h |    1 -
 2 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/src/totem-options.c b/src/totem-options.c
index a2b9fe2..a120422 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 */
diff --git a/src/totem-options.h b/src/totem-options.h
index 865ac74..f0a4fd7 100644
--- a/src/totem-options.h
+++ b/src/totem-options.h
@@ -47,7 +47,6 @@ typedef struct {
        gboolean quit;
        gboolean enqueue;
        gboolean replace;
-       gdouble playlistidx;
        gint64 seek;
        gchar **filenames;
 } TotemCmdLineOptions;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]