mirror of
https://github.com/acidanthera/OpenCorePkg.git
synced 2025-12-08 19:25:01 +00:00
OpenCanopy: Remove redundant ASSERTs
This commit is contained in:
parent
da80bd038c
commit
d97fde1d27
@ -287,10 +287,6 @@ GuiDrawToBufferFill (
|
||||
ASSERT (DrawContext->Screen != NULL);
|
||||
ASSERT (Width > 0);
|
||||
ASSERT (Height > 0);
|
||||
ASSERT (PosX + Width >= 0);
|
||||
ASSERT (PosY + Height >= 0);
|
||||
ASSERT (PosX + Width <= MAX_UINT32);
|
||||
ASSERT (PosY + Height <= MAX_UINT32);
|
||||
//
|
||||
// Screen cropping happens in GuiDrawScreen().
|
||||
//
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user