From 59602b67d0637817a156b7bd0fc05f96fe41dee5 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 6 Nov 2013 16:43:01 +0000 Subject: Various bits of server tidying up. --- src/lib/encoder.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/lib/encoder.h') diff --git a/src/lib/encoder.h b/src/lib/encoder.h index 902dae2d5..9875a179b 100644 --- a/src/lib/encoder.h +++ b/src/lib/encoder.h @@ -107,13 +107,11 @@ private: bool _have_a_real_frame[EYES_COUNT]; bool _terminate; std::list > _queue; - typedef std::list, boost::thread *> > ThreadList; - ThreadList _threads; + std::list _threads; mutable boost::mutex _mutex; boost::condition _condition; boost::shared_ptr _writer; - boost::shared_ptr _server_finder; }; #endif -- cgit v1.2.3