Cleanup unused macros
This commit is contained in:
parent
7e81506226
commit
ecfe64c4bd
@ -10,11 +10,6 @@
|
|||||||
|
|
||||||
#include "notification.h"
|
#include "notification.h"
|
||||||
|
|
||||||
#define ColLast 3
|
|
||||||
#define ColFrame 2
|
|
||||||
#define ColFG 1
|
|
||||||
#define ColBG 0
|
|
||||||
|
|
||||||
//!< A structure to describe dunst's global window status
|
//!< A structure to describe dunst's global window status
|
||||||
struct dunst_status {
|
struct dunst_status {
|
||||||
bool fullscreen; //!< a fullscreen window is currently focused
|
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);
|
struct dunst_status dunst_status_get(void);
|
||||||
|
|
||||||
extern const char *colors[3][3];
|
|
||||||
|
|
||||||
void wake_up(void);
|
void wake_up(void);
|
||||||
|
|
||||||
int dunst_main(int argc, char *argv[]);
|
int dunst_main(int argc, char *argv[]);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user