mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
Removed unnecessary debug message.
svn path=/trunk/; revision=6926
This commit is contained in:
parent
a58f6413da
commit
f104e01daa
1 changed files with 1 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
|||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*/
|
||||
/* $Id: bitblt.c,v 1.31 2003/12/08 18:07:56 fireball Exp $
|
||||
/* $Id: bitblt.c,v 1.32 2003/12/09 14:28:48 fireball Exp $
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
|
@ -496,7 +496,6 @@ CallDibStretchBlt(SURFOBJ* OutputObj,
|
|||
POINTL* BrushOrigin,
|
||||
ULONG Mode)
|
||||
{
|
||||
DPRINT1("CallDibStretchBlt() called...");
|
||||
return OutputGDI->DIB_StretchBlt(OutputObj, InputObj, OutputGDI, InputGDI, OutputRect, InputRect, MaskOrigin, BrushOrigin, ColorTranslation, Mode);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue