diff options
| author | phintuka <phintuka> | 2008-04-29 11:33:45 +0000 |
|---|---|---|
| committer | phintuka <phintuka> | 2008-04-29 11:33:45 +0000 |
| commit | f24c75c7243b984a9ebf7c4daa20acb084668649 (patch) | |
| tree | be952b4aba240e464ee97d555725aa07a4d6cd82 | |
| parent | 2adbe6137be487c610ddc03e76d612d392af0129 (diff) | |
| download | xineliboutput-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.c | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -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) |
