Remove a comment which i forgot to remove, oops.

svn path=/trunk/; revision=15827
This commit is contained in:
Gregor Anich 2005-06-07 15:10:56 +00:00
parent 85b03712d5
commit 2b005b9bfa

View file

@ -90,7 +90,7 @@ DIB_16BPP_HLine(SURFOBJ *SurfObj, LONG x1, LONG x2, LONG y, ULONG c)
VOID VOID
DIB_16BPP_VLine(SURFOBJ *SurfObj, LONG x, LONG y1, LONG y2, ULONG c) DIB_16BPP_VLine(SURFOBJ *SurfObj, LONG x, LONG y1, LONG y2, ULONG c)
{ /* 2610-2700 */ {
#ifdef _M_IX86 #ifdef _M_IX86
asm volatile( asm volatile(
" testl %2, %2" "\n\t" " testl %2, %2" "\n\t"