From ecfe64c4bdf28adcfd8e4a9ef38786f88fcae4aa Mon Sep 17 00:00:00 2001 From: Benedikt Heine Date: Fri, 12 Jan 2018 19:57:58 +0100 Subject: [PATCH] Cleanup unused macros --- src/dunst.h | 7 ------- 1 file changed, 7 deletions(-) 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[]);