summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael Roitzsch <mroi@users.sourceforge.net>2003-02-26 21:02:39 +0000
committerMichael Roitzsch <mroi@users.sourceforge.net>2003-02-26 21:02:39 +0000
commit2b1bc840db82a78eb38bf13f570c98b4f8f50f2a (patch)
treefface6f4d464916079578f64a4d509bf8b02af3e /src
parentc8850637a26a0b78a3e1bc72f701bef74e14f3d8 (diff)
downloadxine-lib-2b1bc840db82a78eb38bf13f570c98b4f8f50f2a.tar.gz
xine-lib-2b1bc840db82a78eb38bf13f570c98b4f8f50f2a.tar.bz2
as long as this is doing nothing, we should disable this feature, so that the
button does not appear in MRL browser CVS patchset: 4294 CVS date: 2003/02/26 21:02:39
Diffstat (limited to 'src')
-rw-r--r--src/input/input_cdda.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/input/input_cdda.c b/src/input/input_cdda.c
index 3ecd63d96..7c06dd17d 100644
--- a/src/input/input_cdda.c
+++ b/src/input/input_cdda.c
@@ -20,7 +20,7 @@
* Compact Disc Digital Audio (CDDA) Input Plugin
* by Mike Melanson (melanson@pcisys.net)
*
- * $Id: input_cdda.c,v 1.9 2003/01/30 23:28:11 f1rmb Exp $
+ * $Id: input_cdda.c,v 1.10 2003/02/26 21:02:39 mroi Exp $
*/
#ifdef HAVE_CONFIG_H
@@ -1361,7 +1361,8 @@ static void *init_plugin (xine_t *xine, void *data) {
this->input_class.open_plugin = open_plugin;
this->input_class.get_identifier = cdda_class_get_identifier;
this->input_class.get_description = cdda_class_get_description;
- this->input_class.get_dir = cdda_class_get_dir;
+ /* this->input_class.get_dir = cdda_class_get_dir; */
+ this->input_class.get_dir = NULL;
this->input_class.get_autoplay_list = cdda_class_get_autoplay_list;
this->input_class.dispose = cdda_class_dispose;
this->input_class.eject_media = NULL;