From 7747c320a824beb88dd527ebc2191f97d7472aa9 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Mon, 12 Mar 2012 12:56:52 -0700 Subject: [PATCH] Remove an unused property key definition --- Alc/helpers.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/Alc/helpers.c b/Alc/helpers.c index 693831d1..00bbe7ed 100644 --- a/Alc/helpers.c +++ b/Alc/helpers.c @@ -45,10 +45,8 @@ DEFINE_GUID(IID_IAudioClient, 0x1cb9ad4c, 0xdbfa, 0x4c32, 0xb1,0x78, 0xc DEFINE_GUID(IID_IAudioRenderClient, 0xf294acfc, 0x3146, 0x4483, 0xa7,0xbf, 0xad,0xdc,0xa7,0xc2,0x60,0xe2); #ifdef HAVE_MMDEVAPI -#include #include -DEFINE_PROPERTYKEY(PKEY_AudioEndpoint_GUID, 0x1da5d803, 0xd492, 0x4edd, 0x8c,0x23, 0xe0,0xc0,0xff,0xee,0x7f,0x0e, 4); DEFINE_DEVPROPKEY(DEVPKEY_Device_FriendlyName, 0xa45c254e, 0xdf1c, 0x4efd, 0x80,0x20, 0x67,0xd1,0x46,0xa8,0x50,0xe0, 14); #endif -- 2.11.4.GIT