summaryrefslogtreecommitdiff
path: root/misc/xine-config.in
diff options
context:
space:
mode:
Diffstat (limited to 'misc/xine-config.in')
-rw-r--r--misc/xine-config.in7
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