Socket: Move protocol into the socket body (as private base class) and allow non...
[senf.git] / Socket / Protocols / DVB / DVBFrontendHandle.cc
index c5e88e4..7092bda 100644 (file)
@@ -63,13 +63,6 @@ prefix_ bool senf::DVBFrontendProtocol::eof()
     return false;
 }
 
-prefix_ std::auto_ptr<senf::SocketProtocol> senf::DVBFrontendProtocol::clone()
-    const
-{
-    return std::auto_ptr<SocketProtocol>(new DVBFrontendProtocol());
-}
-
-
 prefix_ void senf::DVBFrontendProtocol::signalStrength(int16_t *strength)
     const
 {