Sfoglia il codice sorgente

win-wasapi: Remove undefined function InitName

jpark37 4 anni fa
parent
commit
49aa9074f8
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      plugins/win-wasapi/win-wasapi.cpp

+ 0 - 1
plugins/win-wasapi/win-wasapi.cpp

@@ -62,7 +62,6 @@ class WASAPISource {
 	void Reconnect();
 
 	ComPtr<IMMDevice> InitDevice();
-	void InitName();
 	void InitClient(IMMDevice *device);
 	void ClearBuffer(IMMDevice *device);
 	void InitFormat(WAVEFORMATEX *wfex);