removed unnecessary defines
Connor Lane Smith cls@lubutu.com
Wed, 17 Nov 2010 04:51:30 +0000
1 files changed,
0 insertions(+),
2 deletions(-)
jump to
M
draw.c
→
draw.c
@@ -9,8 +9,6 @@ #include "draw.h"
#define MAX(a, b) ((a) > (b) ? (a) : (b)) #define MIN(a, b) ((a) < (b) ? (a) : (b)) -#define FG(dc, col) ((col)[(dc)->invert ? ColBG : ColFG]) -#define BG(dc, col) ((col)[(dc)->invert ? ColFG : ColBG]) #define DEFFONT "fixed" static Bool loadfont(DC *dc, const char *fontstr);