diff --git a/src/dunst.h b/src/dunst.h index 47a2b35..60c9dc4 100644 --- a/src/dunst.h +++ b/src/dunst.h @@ -10,11 +10,6 @@ #include "notification.h" -#define ColLast 3 -#define ColFrame 2 -#define ColFG 1 -#define ColBG 0 - //!< A structure to describe dunst's global window status struct dunst_status { bool fullscreen; //!< a fullscreen window is currently focused @@ -38,8 +33,6 @@ void dunst_status(const enum dunst_status_field field, struct dunst_status dunst_status_get(void); -extern const char *colors[3][3]; - void wake_up(void); int dunst_main(int argc, char *argv[]);