diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-08-19 19:24:03 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-08-19 19:24:03 +0100 |
| commit | 01c3453026ecc303cc2ee49516650db95bf88ca8 (patch) | |
| tree | fe861123279906447d67fa96ae2a998a23af37a4 /src/lib/encoder.h | |
| parent | de2c48f3a95e847b6fbfd42d24737d42dbf9f7a6 (diff) | |
Fix loss of host's encoding threads when servers list changes.
Diffstat (limited to 'src/lib/encoder.h')
| -rw-r--r-- | src/lib/encoder.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/encoder.h b/src/lib/encoder.h index 06a963a21..e9daab521 100644 --- a/src/lib/encoder.h +++ b/src/lib/encoder.h @@ -77,7 +77,6 @@ private: void encoder_thread (boost::optional<ServerDescription>); void terminate_threads (); - void add_worker_threads (ServerDescription); void servers_list_changed (); /** Film that we are encoding */ |
