mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +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:
parent
7ba08f4ebf
commit
7c033fc64b
1 changed files with 0 additions and 2 deletions
|
@ -341,8 +341,6 @@ IntSetDIBits(
|
|||
ptSrc.x = 0;
|
||||
ptSrc.y = 0;
|
||||
|
||||
NT_ASSERT(psurfSrc->SurfObj.cjBits <= cjMaxBits);
|
||||
|
||||
result = IntEngCopyBits(&psurfDst->SurfObj,
|
||||
&psurfSrc->SurfObj,
|
||||
NULL,
|
||||
|
|
Loading…
Reference in a new issue