[warnings] eliminate unused

This commit is contained in:
Armin Novak
2025-08-20 11:54:18 +02:00
parent 058cfa972f
commit 4707b465cd
2 changed files with 0 additions and 9 deletions

View File

@@ -377,7 +377,6 @@ static LRESULT CALLBACK hotplug_proc(HWND hWnd, UINT Msg, WPARAM wParam, LPARAM
char drive_name_upper, drive_name_lower;
ULONG_PTR* keys = NULL;
DEVICE_DRIVE_EXT* device_ext;
UINT32 ids[1];
for (int i = 0; i < 26; i++)
{

View File

@@ -184,7 +184,6 @@ static UINT rdpsnd_server_recv_quality_mode(RdpsndServerContext* context, wStrea
*/
static UINT rdpsnd_server_recv_formats(RdpsndServerContext* context, wStream* s)
{
UINT16 num_known_format = 0;
UINT error = CHANNEL_RC_OK;
WINPR_ASSERT(context);
@@ -247,13 +246,6 @@ static UINT rdpsnd_server_recv_formats(RdpsndServerContext* context, wStream* s)
goto out_free;
}
}
if (format->wFormatTag != 0)
{
// lets call this a known format
// TODO: actually look through our own list of known formats
num_known_format++;
}
}
if (!context->num_client_formats)