浏览代码

removed unnecessary defines

master
Connor Lane Smith 13 年前
父节点
当前提交
266f3dd311
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. +0
    -2
      draw.c

+ 0
- 2
draw.c 查看文件

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


正在加载...
取消
保存