summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2016-06-27 13:57:19 +0200
committerBastien Nocera <hadess@hadess.net>2016-06-27 14:20:49 +0200
commite6cbe5da72e40385266e88f8ef7e39783a39ac37 (patch)
treeaa17fef36f9caf069558dfb18267c49c14576ceb /tools
parent0d9e53e32400dafd25d319b8e670ee762ef82700 (diff)
downloadgrilo-e6cbe5da72e40385266e88f8ef7e39783a39ac37.tar.gz
test-ui: Remove setting "guess-video" option
It doesn't do anything since title parsing was moved to the Lua plugin.
Diffstat (limited to 'tools')
-rw-r--r--tools/grilo-test-ui/main.c14
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 ();
}