From f4e6a36244b0838d4f28d44e09d983686d1bd597 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 14 Nov 2015 18:27:25 +0000 Subject: Fix various misbehaviours with update checking (#749). --- src/lib/update_checker.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/lib/update_checker.cc') diff --git a/src/lib/update_checker.cc b/src/lib/update_checker.cc index 4c5075e20..31ea9a4fd 100644 --- a/src/lib/update_checker.cc +++ b/src/lib/update_checker.cc @@ -20,7 +20,6 @@ #include "update_checker.h" #include "version.h" #include "safe_stringstream.h" -#include "config.h" #include "util.h" #include "raw_convert.h" #include @@ -154,7 +153,7 @@ UpdateChecker::thread () _stable = stable; } - if (Config::instance()->check_for_test_updates() && version_less_than (dcpomatic_version, test)) { + if (version_less_than (dcpomatic_version, test)) { _test = test; } -- cgit v1.2.3