Explorar el Código

removed unnecessary defines

master
Connor Lane Smith hace 13 años
padre
commit
266f3dd311
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. +0
    -2
      draw.c

+ 0
- 2
draw.c Ver fichero

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


Cargando…
Cancelar
Guardar