diff src/audacious/main.c @ 3351:7a4fcf84a34f trunk

Removed the hardcoded Add/Play CD menu entry
author Calin Crisan ccrisan@gmail.com
date Mon, 13 Aug 2007 23:24:50 +0300
parents 71d8d93f1bad
children 8764498b75ed
line wrap: on
line diff
--- a/src/audacious/main.c	Mon Aug 13 18:49:34 2007 +0200
+++ b/src/audacious/main.c	Mon Aug 13 23:24:50 2007 +0300
@@ -95,7 +95,7 @@
 struct _BmpCmdLineOpt {
     gchar **filenames;
     gint session;
-    gboolean play, stop, pause, fwd, rew, play_pause, playcd, show_jump_box;
+    gboolean play, stop, pause, fwd, rew, play_pause, show_jump_box;
     gboolean enqueue, mainwin, remote, activate;
     gboolean load_skins;
     gboolean headless;
@@ -1004,9 +1004,6 @@
 
         if (options->activate)
             audacious_remote_activate(session);
-
-        if (options->playcd)
-            play_medium();
     } else {
         if (options->rew)
             audacious_drct_playlist_prev();
@@ -1038,9 +1035,6 @@
 
         if (options->activate)
             audacious_drct_activate();
-
-        if (options->playcd)
-            play_medium();
     }
 
     if(remote) {