Author: dmeyer
Date: Sat Jan 20 20:22:20 2007
New Revision: 9019

Removed:
   trunk/ui/src/config/xine.py
Modified:
   trunk/ui/src/config/__init__.py

Log:
remove xine detection, we now use kaa.popcorn

Modified: trunk/ui/src/config/__init__.py
==============================================================================
--- trunk/ui/src/config/__init__.py     (original)
+++ trunk/ui/src/config/__init__.py     Sat Jan 20 20:22:20 2007
@@ -185,19 +185,6 @@
 GUI_FONT_DEFAULT_NAME = os.path.join(FONT_DIR, GUI_FONT_DEFAULT_NAME)
 
 #
-# set list of video files to []
-# (fill be filled from the plugins) 
-#
-VIDEO_SUFFIX = []
-
-for v in copy.copy(globals()):
-    if v.startswith('VIDEO_') and v.endswith('_SUFFIX') and v[6:-7]:
-        if plugin.is_active('video.' + v[6:-7].lower()):
-            for s in globals()[v]:
-                if not s in VIDEO_SUFFIX:
-                    VIDEO_SUFFIX.append(s)
-
-#
 # set data dirs
 # if not set, set it to root and home dir
 # if set, make all path names absolute

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to