mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
[WIN32K]
This ASSERT was actually supposed to be removed and only accidentally brought back. svn path=/trunk/; revision=70487
This commit is contained in:
@@ -341,8 +341,6 @@ IntSetDIBits(
|
||||
ptSrc.x = 0;
|
||||
ptSrc.y = 0;
|
||||
|
||||
NT_ASSERT(psurfSrc->SurfObj.cjBits <= cjMaxBits);
|
||||
|
||||
result = IntEngCopyBits(&psurfDst->SurfObj,
|
||||
&psurfSrc->SurfObj,
|
||||
NULL,
|
||||
|
||||
Reference in New Issue
Block a user