Browse Source

removed unnecessary defines

master
Connor Lane Smith 13 years ago
parent
commit
266f3dd311
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      draw.c

+ 0
- 2
draw.c View File

@@ -9,8 +9,6 @@

#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);


Loading…
Cancel
Save