diff options
author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2002-11-02 19:58:57 +0000 |
---|---|---|
committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2002-11-02 19:58:57 +0000 |
commit | ef2b0868fef9269b84483d047c2e4ffe47ce4c12 (patch) | |
tree | 99f76072cee77e347edc4b61f6c88221e240c807 /misc/xine-config.in | |
parent | 077195ba78830f8a53b0c2e5c2be66807c40f196 (diff) | |
download | xine-lib-ef2b0868fef9269b84483d047c2e4ffe47ce4c12.tar.gz xine-lib-ef2b0868fef9269b84483d047c2e4ffe47ce4c12.tar.bz2 |
Remove any desktop ref.
CVS patchset: 3152
CVS date: 2002/11/02 19:58:57
Diffstat (limited to 'misc/xine-config.in')
-rw-r--r-- | misc/xine-config.in | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/misc/xine-config.in b/misc/xine-config.in index 25a58d580..159e3d892 100644 --- a/misc/xine-config.in +++ b/misc/xine-config.in @@ -20,7 +20,6 @@ Options: [--plugindir] [--datadir] [--scriptdir] - [--desktopdir] [--localedir] EOF exit $1 @@ -74,9 +73,6 @@ while test $# -gt 0; do --scriptdir) echo_scriptdir=yes ;; - --desktopdir) - echo_desktopdir=yes - ;; --localedir) echo_localedir=yes ;; @@ -115,9 +111,6 @@ fi if test "$echo_scriptdir" = "yes"; then echo "@XINE_SCRIPTPATH@" fi -if test "$echo_desktopdir" = "yes"; then - echo "@XINE_DESKTOPPATH@" -fi if test "$echo_localedir" = "yes"; then echo "@XINE_LOCALEPATH@" fi |