mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-01 19:26:58 +02:00
Remove unused members vars
This commit is contained in:
parent
5891db9252
commit
7518c4e936
1 changed files with 0 additions and 3 deletions
|
@ -76,11 +76,8 @@ protected:
|
||||||
|
|
||||||
void (*interleave_func_)(char*, jack_default_audio_sample_t*, unsigned long, unsigned long);
|
void (*interleave_func_)(char*, jack_default_audio_sample_t*, unsigned long, unsigned long);
|
||||||
|
|
||||||
bool first_;
|
|
||||||
std::chrono::time_point<std::chrono::steady_clock> nextTick_;
|
|
||||||
boost::asio::steady_timer read_timer_;
|
boost::asio::steady_timer read_timer_;
|
||||||
std::chrono::microseconds silence_;
|
std::chrono::microseconds silence_;
|
||||||
std::string lastException_;
|
|
||||||
|
|
||||||
/// send silent chunks to clients
|
/// send silent chunks to clients
|
||||||
bool send_silence_;
|
bool send_silence_;
|
||||||
|
|
Loading…
Add table
Reference in a new issue