mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
[unused] eliminate unused functions
This commit is contained in:
@@ -185,14 +185,10 @@ static PresentationContext* PresentationContext_new(VideoClientContext* video, B
|
||||
UINT32 x, UINT32 y, UINT32 width, UINT32 height)
|
||||
{
|
||||
size_t s = 4ULL * width * height;
|
||||
VideoClientContextPriv* priv = NULL;
|
||||
PresentationContext* ret = NULL;
|
||||
|
||||
WINPR_ASSERT(video);
|
||||
|
||||
priv = video->priv;
|
||||
WINPR_ASSERT(priv);
|
||||
|
||||
if (s > INT32_MAX)
|
||||
return NULL;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user