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 c1ac67532..5abcbaf0e 100644
--- a/misc/xine-config.in
+++ b/misc/xine-config.in
@@ -19,7 +19,6 @@ Options:
[--cflags]
[--plugindir]
[--datadir]
- [--logomrl]
[--scriptdir]
[--desktopdir]
[--localedir]
@@ -72,9 +71,6 @@ while test $# -gt 0; do
--datadir)
echo_datadir=yes
;;
- --logomrl)
- echo_logomrl=yes
- ;;
--scriptdir)
echo_scriptdir=yes
;;
@@ -116,9 +112,6 @@ fi
if test "$echo_datadir" = "yes"; then
echo "@XINE_DATADIR@"
fi
-if test "$echo_logomrl" = "yes"; then
- echo "file://@XINE_DATADIR@/xine_logo.mpv"
-fi
if test "$echo_scriptdir" = "yes"; then
echo "@XINE_SCRIPTPATH@"
fi