Make analog.py cope with another date/time format.
[dcpomatic.git] / src / lib / server_finder.cc
index 642767e8bdda60f1c5e2f751619015da886c4382..8685c830f2a9d349075ef639190c523f17da68b3 100644 (file)
@@ -235,12 +235,6 @@ ServerFinder::config_changed (Config::Property what)
                        _servers.clear ();
                }
                ServersListChanged ();
-               search_now ();
+               _search_condition.notify_all ();
        }
 }
-
-void
-ServerFinder::search_now ()
-{
-       _search_condition.notify_all ();
-}