mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
[warnings] remove or comment unused macros
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -23,8 +23,6 @@
|
||||
|
||||
#include "shadow_rdpgfx.h"
|
||||
|
||||
#define TAG SERVER_TAG("shadow")
|
||||
|
||||
int shadow_client_rdpgfx_init(rdpShadowClient* client)
|
||||
{
|
||||
WINPR_ASSERT(client);
|
||||
|
||||
Reference in New Issue
Block a user