File tree Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change @@ -69,29 +69,6 @@ class SnapClient {
69
69
p_client = &client;
70
70
}
71
71
72
- //
73
- SnapClient (WiFiClient &client, AudioStream &stream, AudioDecoder &decoder)
74
- : SnapClient((Client &)client, stream, decoder) {
75
- is_wifi = true ;
76
- }
77
-
78
- SnapClient (WiFiClient &client, AudioStream &stream, StreamingDecoder &decoder,
79
- int bufferSize = CONFIG_STREAMIN_DECODER_BUFFER)
80
- : SnapClient((Client &)client, stream, decoder, bufferSize) {
81
- is_wifi = true ;
82
- }
83
-
84
- SnapClient (WiFiClient &client, AudioOutput &output, AudioDecoder &decoder)
85
- : SnapClient((Client &)client, output, decoder) {
86
- is_wifi = true ;
87
- }
88
-
89
- SnapClient (WiFiClient &client, AudioOutput &output, StreamingDecoder &decoder,
90
- int bufferSize = CONFIG_STREAMIN_DECODER_BUFFER)
91
- : SnapClient((Client &)client, output, decoder, bufferSize) {
92
- is_wifi = true ;
93
- }
94
-
95
72
// / Destructor
96
73
~SnapClient () { end (); }
97
74
You can’t perform that action at this time.
0 commit comments