Remove unused verbosity variable
This commit is contained in:
parent
03c82c22e3
commit
ce623af5ae
@ -27,7 +27,6 @@ float bounce_freq = 1; /* determines the bounce frequency (if activated
|
|||||||
int sticky_history = true;
|
int sticky_history = true;
|
||||||
int history_length = 20; /* max amount of notifications kept in history */
|
int history_length = 20; /* max amount of notifications kept in history */
|
||||||
int show_indicators = true;
|
int show_indicators = true;
|
||||||
int verbosity = 0;
|
|
||||||
int word_wrap = false;
|
int word_wrap = false;
|
||||||
int ignore_newline = false;
|
int ignore_newline = false;
|
||||||
int line_height = 0; /* if line height < font height, it will be raised to font height */
|
int line_height = 0; /* if line height < font height, it will be raised to font height */
|
||||||
|
@ -18,7 +18,6 @@
|
|||||||
#define ColFG 1
|
#define ColFG 1
|
||||||
#define ColBG 0
|
#define ColBG 0
|
||||||
|
|
||||||
extern int verbosity;
|
|
||||||
extern GQueue *queue;
|
extern GQueue *queue;
|
||||||
extern GQueue *displayed;
|
extern GQueue *displayed;
|
||||||
extern GQueue *history;
|
extern GQueue *history;
|
||||||
|
@ -45,7 +45,6 @@ typedef struct _settings {
|
|||||||
int sticky_history;
|
int sticky_history;
|
||||||
int history_length;
|
int history_length;
|
||||||
int show_indicators;
|
int show_indicators;
|
||||||
int verbosity;
|
|
||||||
int word_wrap;
|
int word_wrap;
|
||||||
int ignore_newline;
|
int ignore_newline;
|
||||||
int line_height;
|
int line_height;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user