Remove wtf

This commit is contained in:
FRIGN 2016-02-24 16:11:46 +01:00 committed by sin
parent 79e8e330cb
commit 50b30bbd69
1 changed files with 0 additions and 5 deletions

View File

@ -6,11 +6,6 @@
#include "util.h"
#define eprintf(...) enprintf(2, __VA_ARGS__)
#define estrdup(...) enstrdup(2, __VA_ARGS__)
#define ecalloc(...) encalloc(2, __VA_ARGS__)
#define efshut(...) enfshut(2, __VA_ARGS__)
#define WHITE 0
#define GREY 1
#define BLACK 2