Remove unused ERR macro

This commit is contained in:
Benedikt Heine 2017-10-13 00:15:52 +02:00
parent 2d7dc6fbc5
commit 2d67a5c78e

View File

@ -9,7 +9,6 @@
#include "notification.h" #include "notification.h"
#define ERR(msg) printf("%s : %d\n", (msg), __LINE__)
#define PERR(msg, errnum) printf("(%d) %s : %s\n", __LINE__, (msg), (strerror(errnum))) #define PERR(msg, errnum) printf("(%d) %s : %s\n", __LINE__, (msg), (strerror(errnum)))
#define ColLast 3 #define ColLast 3