shithub: rd

Download patch

ref: c2d719d90422f7a2e1a7f73f9dda44e603d24e86
parent: e58a3be61ffb1702eb5a3765be4610c2a0e049fb
author: Yaroslav Kolomiiets <yarikos@gmail.com>
date: Wed Jan 23 04:10:38 EST 2019

loose DBG

--- a/egdi.c
+++ b/egdi.c
@@ -8,8 +8,6 @@
 #include "dat.h"
 #include "fns.h"
 
-#define	DBG	if(0)
-
 enum
 {
 	Bits2=	3,
@@ -293,7 +291,6 @@
 	static	Point wp;
 	static	int rop3;
 
-DBG	fprint(2, "getscrblt...");
 	p = a;
 	ep = a+nb;
 
@@ -335,7 +332,6 @@
 	static Point pt;
 	int n;
 	uchar *p, *ep;
-DBG	fprint(2, "getmemblt...");
 
 	p = a;
 	ep = a+nb;
@@ -392,7 +388,6 @@
 	int n, g;
 	int size;
 
-DBG	fprint(2, "getimgcache2...");
 	p = a;
 	ep = a+nb;
 
@@ -456,7 +451,6 @@
 getcmapcache(Imgupd* up, uchar* a, uint nb, int xorder, int opt)
 {
 	int cid, n;
-DBG	fprint(2, "getcmapcache...");
 	USED(xorder);
 	USED(opt);