[grilo] test-ui: Remove setting "guess-video" option



commit e6cbe5da72e40385266e88f8ef7e39783a39ac37
Author: Bastien Nocera <hadess hadess net>
Date:   Mon Jun 27 13:57:19 2016 +0200

    test-ui: Remove setting "guess-video" option
    
    It doesn't do anything since title parsing was moved to the Lua plugin.

 tools/grilo-test-ui/main.c |   14 --------------
 1 files changed, 0 insertions(+), 14 deletions(-)
---
diff --git a/tools/grilo-test-ui/main.c b/tools/grilo-test-ui/main.c
index ee988d3..0caa7ab 100644
--- a/tools/grilo-test-ui/main.c
+++ b/tools/grilo-test-ui/main.c
@@ -1801,19 +1801,6 @@ set_acoustid_config (void)
 }
 
 static void
-set_local_config (void)
-{
-  GrlConfig *config;
-  GrlRegistry *registry;
-
-  config = grl_config_new ("grl-local-metadata", NULL);
-  grl_config_set_boolean (config, "guess-video", TRUE);
-
-  registry = grl_registry_get_default ();
-  grl_registry_add_config (registry, config, NULL);
-}
-
-static void
 set_filesystem_config (void)
 {
   GrlConfig *config1, *config2;
@@ -2397,7 +2384,6 @@ configure_plugins (void)
   set_tmdb_config ();
   set_thetvdb_config ();
   set_acoustid_config ();
-  set_local_config ();
   set_filesystem_config ();
 }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]