From 87da92b45a9a0cf4ce809ea580a78c4dd5d96021 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 7 Nov 2014 22:33:37 +0000 Subject: Remove log from ImageProxy hierarchy. --- src/lib/image_proxy.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/lib/image_proxy.h') diff --git a/src/lib/image_proxy.h b/src/lib/image_proxy.h index 7ff28e174..79b2bf4e8 100644 --- a/src/lib/image_proxy.h +++ b/src/lib/image_proxy.h @@ -31,7 +31,6 @@ class Image; class Socket; -class Log; namespace cxml { class Node; @@ -56,7 +55,6 @@ namespace dcp { class ImageProxy : public boost::noncopyable { public: - ImageProxy (boost::shared_ptr log); virtual ~ImageProxy () {} /** @return Image (which must be aligned) */ @@ -67,11 +65,8 @@ public: virtual bool same (boost::shared_ptr) const { return false; } - -protected: - boost::shared_ptr _log; }; -boost::shared_ptr image_proxy_factory (boost::shared_ptr xml, boost::shared_ptr socket, boost::shared_ptr log); +boost::shared_ptr image_proxy_factory (boost::shared_ptr xml, boost::shared_ptr socket); #endif -- cgit v1.2.3