mirror of
https://github.com/reactos/reactos.git
synced 2025-05-31 15:08:14 +00:00
[WIN32K]
Remove a debug breakpoint that was not supposed to be comitted. svn path=/trunk/; revision=54020
This commit is contained in:
parent
6d6eced5da
commit
1c23f7c0ef
1 changed files with 0 additions and 1 deletions
|
@ -1426,7 +1426,6 @@ DIB_CreateDIBSection(
|
|||
if (bi->biCompression == BI_RLE4 || bi->biCompression == BI_RLE8)
|
||||
{
|
||||
DPRINT1("no compressed format allowed\n");
|
||||
__debugbreak();
|
||||
return (HBITMAP)NULL;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue