mirror of
https://github.com/badaix/snapcast.git
synced 2025-04-28 17:57:05 +02:00
Remove unused members vars
This commit is contained in:
parent
d30e1a5ea3
commit
03eda48d6d
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