From c2a97b6f83a32483817d02194a1e7c8d6828b0bb Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 18 Aug 2015 18:04:49 +0100 Subject: Include tidying. --- src/lib/cinema.h | 27 ++------------------------- 1 file changed, 2 insertions(+), 25 deletions(-) (limited to 'src/lib/cinema.h') diff --git a/src/lib/cinema.h b/src/lib/cinema.h index 4639261c3..8d4473fb1 100644 --- a/src/lib/cinema.h +++ b/src/lib/cinema.h @@ -18,37 +18,14 @@ */ /** @file src/lib/cinema.h - * @brief Screen and Cinema classes. + * @brief Cinema class. */ #include #include #include -class Cinema; - -/** @class Screen - * @brief A representation of a Screen for KDM generation. - * - * This is the name of the screen and the certificate of its - * server. - */ -class Screen -{ -public: - Screen (std::string const & n, boost::optional cert) - : name (n) - , certificate (cert) - {} - - Screen (cxml::ConstNodePtr); - - void as_xml (xmlpp::Element *) const; - - boost::shared_ptr cinema; - std::string name; - boost::optional certificate; -}; +class Screen; /** @class Cinema * @brief A description of a Cinema for KDM generation. -- cgit v1.2.3