[warnings] remove or comment unused macros

This commit is contained in:
akallabeth
2024-09-20 16:32:14 +02:00
parent ed942f8c20
commit 239440e28d
47 changed files with 52 additions and 130 deletions

View File

@@ -29,8 +29,6 @@
#include <freerdp/server/audin.h>
#endif
#define TAG SERVER_TAG("shadow")
#if defined(CHANNEL_AUDIN_SERVER)
static UINT AudinServerData(audin_server_context* audin, const SNDIN_DATA* data)

View File

@@ -27,8 +27,6 @@
#include "shadow_capture.h"
#define TAG SERVER_TAG("shadow")
int shadow_capture_align_clip_rect(RECTANGLE_16* rect, const RECTANGLE_16* clip)
{
int dx = 0;

View File

@@ -23,8 +23,6 @@
#include "shadow_rdpgfx.h"
#define TAG SERVER_TAG("shadow")
int shadow_client_rdpgfx_init(rdpShadowClient* client)
{
WINPR_ASSERT(client);