summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2008-04-29 11:33:45 +0000
committerphintuka <phintuka>2008-04-29 11:33:45 +0000
commitf24c75c7243b984a9ebf7c4daa20acb084668649 (patch)
treebe952b4aba240e464ee97d555725aa07a4d6cd82
parent2adbe6137be487c610ddc03e76d612d392af0129 (diff)
downloadxineliboutput-f24c75c7243b984a9ebf7c4daa20acb084668649.tar.gz
xineliboutput-f24c75c7243b984a9ebf7c4daa20acb084668649.tar.bz2
Removed creation of setup keys "Media.CacheImplicitPlaylists" and "Media.EnableID3Scanner".
(those settings have been added to setup menu)
-rw-r--r--menu.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/menu.c b/menu.c
index 0a379823..9d93dc47 100644
--- a/menu.c
+++ b/menu.c
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: menu.c,v 1.54 2008-04-13 23:07:25 phintuka Exp $
+ * $Id: menu.c,v 1.55 2008-04-29 11:33:45 phintuka Exp $
*
*/
@@ -187,12 +187,6 @@ void cMenuBrowseFiles::StoreConfig(void)
xc.browse_files_dir);
cPluginManager::GetPlugin(PLUGIN_NAME_I18N)->SetupStore("Media.BrowseImagesDir",
xc.browse_images_dir);
-#if 1
- cPluginManager::GetPlugin(PLUGIN_NAME_I18N)->SetupStore("Media.CacheImplicitPlaylists",
- xc.cache_implicit_playlists);
- cPluginManager::GetPlugin(PLUGIN_NAME_I18N)->SetupStore("Media.EnableID3Scanner",
- xc.enable_id3_scanner);
-#endif
}
void cMenuBrowseFiles::SetHelpButtons(void)