Remove a debug breakpoint that was not supposed to be comitted.

svn path=/trunk/; revision=54020
This commit is contained in:
Timo Kreuzer 2011-10-06 11:02:44 +00:00
parent 6d6eced5da
commit 1c23f7c0ef

View file

@ -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;
}