# HG changeset patch # User William Pitcock # Date 1200073567 21600 # Node ID bf6092a180f6445d710e5b87091d64183ef8ec36 # Parent 589558b4d19c1f5d7b3de7c54e39246dd56624fa Remove --session. It is legacy from before Audacious used DBus. (Bugzilla #97) diff -r 589558b4d19c -r bf6092a180f6 src/audacious/main.c --- 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},