From e74bdb7184b4e72ae58c5175464ef6a3db96aff7 Mon Sep 17 00:00:00 2001 From: Andreas Brachold Date: Sun, 16 Dec 2007 14:37:56 +0000 Subject: * VTX: Embedded vtx-font inside module, drop graphics from VTXPATH * HTTPD: remove binary from url as parameter, now defined at cmdobj, inside modul header * EPG: rename VPS to PDC, Programme Delivery Control * tools: add con_err,con_msg to dump message on console and log file * RECORDS: Show message after editing recording * MUSIC: remove proxy from playlist building, use proxy only to playing files --- bin/xxvd | 2 -- 1 file changed, 2 deletions(-) (limited to 'bin') diff --git a/bin/xxvd b/bin/xxvd index 15b84b8..60fe7cb 100755 --- a/bin/xxvd +++ b/bin/xxvd @@ -27,7 +27,6 @@ my $PATHS = { PODPATH => "$RealBin/../doc", HTMLDIR => "$RealBin/../", FONTPATH => "$RealBin/../share/fonts/ttf-bitstream-vera", - VTXPATH => "$RealBin/../share/vtx", NEWSMODS => "$RealBin/../lib/XXV/OUTPUT/NEWS", NEWSTMPL => "$RealBin/../share/news", CONTRIB => "$RealBin/../contrib", @@ -168,7 +167,6 @@ GetOptions ( "poddir=s" => \$PATHS->{PODPATH}, "htmldir=s" => \$PATHS->{HTMLDIR}, "fontdir=s" => \$PATHS->{FONTPATH}, - "vtxdir=s" => \$PATHS->{VTXPATH}, "contrib=s" => \$PATHS->{CONTRIB}, "newsmods=s" => \$PATHS->{NEWSMODS}, "newstmpl=s" => \$PATHS->{NEWSTMPL}, -- cgit v1.2.3