diff --git a/src/dunst.h b/src/dunst.h index 7b76e93..6982bef 100644 --- a/src/dunst.h +++ b/src/dunst.h @@ -9,7 +9,6 @@ #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 ColLast 3