Mercurial > audlegacy
changeset 4180:bf6092a180f6
Remove --session. It is legacy from before Audacious used DBus. (Bugzilla #97)
| author | William Pitcock <nenolod@atheme.org> |
|---|---|
| date | Fri, 11 Jan 2008 11:46:07 -0600 |
| parents | 589558b4d19c |
| children | bd45235ed618 |
| files | src/audacious/main.c |
| diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/audacious/main.c Thu Jan 10 08:27:26 2008 -0600 +++ b/src/audacious/main.c Fri Jan 11 11:46:07 2008 -0600 @@ -1017,7 +1017,6 @@ #endif static GOptionEntry cmd_entries[] = { - {"session", 'n', 0, G_OPTION_ARG_INT, &options.session, N_("Select which Audacious session ID to use"), NULL}, {"rew", 'r', 0, G_OPTION_ARG_NONE, &options.rew, N_("Skip backwards in playlist"), NULL}, {"play", 'p', 0, G_OPTION_ARG_NONE, &options.play, N_("Start playing current playlist"), NULL}, {"pause", 'u', 0, G_OPTION_ARG_NONE, &options.pause, N_("Pause current song"), NULL},
