mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
webrtc: Remove dead code
Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
This commit is contained in:
parent
14e819568a
commit
210ba00a8a
1 changed files with 0 additions and 35 deletions
|
@ -184,46 +184,11 @@ int WebRTCNode::stop()
|
|||
return Node::stop();
|
||||
}
|
||||
|
||||
// int WebRTCNode::pause()
|
||||
// {
|
||||
// // TODO add implementation here
|
||||
// return 0;
|
||||
// }
|
||||
|
||||
// int WebRTCNode::resume()
|
||||
// {
|
||||
// // TODO add implementation here
|
||||
// return 0;
|
||||
// }
|
||||
|
||||
// int WebRTCNode::restart()
|
||||
// {
|
||||
// // TODO add implementation here
|
||||
// return 0;
|
||||
// }
|
||||
|
||||
// int WebRTCNode::reverse()
|
||||
// {
|
||||
// // TODO add implementation here
|
||||
// return 0;
|
||||
// }
|
||||
|
||||
std::vector<int> WebRTCNode::getPollFDs()
|
||||
{
|
||||
return { queue_signalled_fd(&queue) };
|
||||
}
|
||||
|
||||
// std::vector<int> WebRTCNode::getNetemFDs()
|
||||
// {
|
||||
// // TODO add implementation here
|
||||
// return {};
|
||||
// }
|
||||
|
||||
// struct villas::node::memory::Type * WebRTCNode::getMemoryType()
|
||||
// {
|
||||
// // TODO add implementation here
|
||||
// }
|
||||
|
||||
const std::string & WebRTCNode::getDetails()
|
||||
{
|
||||
details = fmt::format("");
|
||||
|
|
Loading…
Add table
Reference in a new issue