wfreerdp-server: removed cruft

This commit is contained in:
Corey C 2013-02-18 09:52:28 -05:00
parent 231eda37cd
commit be7a84ec72
2 changed files with 0 additions and 9 deletions

View File

@ -27,12 +27,6 @@ DEFINE_GUID(IID_IAudioCaptureClient, 0xc8adbd64, 0xe71e, 0x48a0, 0xa4,0xde, 0x18
LPWSTR devStr = NULL;
wfPeerContext* latestPeer = NULL;
int wf_wasapi_set_latest_peer(wfPeerContext* peer)
{
latestPeer = peer;
return 0;
}
int wf_wasapi_activate(rdpsnd_server_context* context)
{
wchar_t * pattern = L"Stereo Mix";

View File

@ -4,9 +4,6 @@
#include <freerdp/server/rdpsnd.h>
#include "wf_interface.h"
//TODO: fix how this is handled
int wf_wasapi_set_latest_peer(wfPeerContext* peer);
int wf_wasapi_activate(rdpsnd_server_context* context);
int wf_wasapi_get_device_string(LPWSTR pattern, LPWSTR * deviceStr);