no more debug plz
[tpg/acess2.git] / Modules / Display / VESA / main.c
index 9d48432..d3beb1f 100644 (file)
@@ -482,7 +482,6 @@ void Vesa_2D_Blit(void *Ent, Uint16 DstX, Uint16 DstY, Uint16 SrcX, Uint16 SrcY,
        \r
        if( dst > src ) {\r
                // Reverse copy\r
-               Debug("Reverse scroll");\r
                dst += H*scrnpitch;\r
                src += H*scrnpitch;\r
                while( H -- ) {\r
@@ -496,7 +495,6 @@ void Vesa_2D_Blit(void *Ent, Uint16 DstX, Uint16 DstY, Uint16 SrcX, Uint16 SrcY,
        }\r
        else {\r
                // Normal copy is OK\r
-               Debug("memcpy scroll");\r
                while( H -- ) {\r
                        memcpy((void*)gpVesa_Framebuffer + dst, (void*)gpVesa_Framebuffer + src, W*sizeof(Uint32));\r
                        dst += scrnpitch;\r

UCC git Repository :: git.ucc.asn.au