Explorar el Código

win-wasapi: Remove undefined function InitName

jpark37 hace 4 años
padre
commit
49aa9074f8
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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);