mirror of
https://github.com/badaix/snapcast.git
synced 2025-08-03 08:39:49 +02:00
remove unused vectorwrapbuf
This commit is contained in:
parent
74715c7183
commit
35e3e5c894
1 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@
|
|||
#include "common/endian.hpp"
|
||||
#include "common/timeDefs.h"
|
||||
|
||||
|
||||
/*
|
||||
template<typename CharT, typename TraitsT = std::char_traits<CharT> >
|
||||
class vectorwrapbuf : public std::basic_streambuf<CharT, TraitsT>
|
||||
{
|
||||
|
@ -38,7 +38,7 @@ public:
|
|||
this->setg(vec.data(), vec.data(), vec.data() + vec.size());
|
||||
}
|
||||
};
|
||||
|
||||
*/
|
||||
|
||||
struct membuf : public std::basic_streambuf<char>
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue