Comments.
[dcpomatic.git] / src / lib / server.h
index 9be47bd944fadbb94c8a3b1f63a01a4f91642610..a9b4b1c1c8982ed9d57c615c9cee6fcfd9df0324 100644 (file)
@@ -59,8 +59,6 @@ public:
                , _threads (t)
        {}
 
-       ServerDescription (boost::shared_ptr<const cxml::Node>);
-
        /* Default copy constructor is fine */
        
        /** @return server's host name or IP address in string form */
@@ -81,10 +79,6 @@ public:
                _threads = t;
        }
 
-       void as_xml (xmlpp::Node *) const;
-       
-       static boost::optional<ServerDescription> create_from_metadata (std::string);
-
 private:
        /** server's host name */
        std::string _host_name;