mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
Removed dependency on preferences from status bar
This commit is contained in:
parent
c6cb13a54f
commit
a49f2fbef0
@ -27,7 +27,6 @@
|
||||
|
||||
#include "ui.h"
|
||||
#include "util.h"
|
||||
#include "preferences.h"
|
||||
|
||||
static WINDOW *status_bar;
|
||||
static char *message = NULL;
|
||||
@ -160,9 +159,6 @@ void status_bar_new(const int win)
|
||||
wattroff(status_bar, COLOR_PAIR(3));
|
||||
wattroff(status_bar, A_BLINK);
|
||||
|
||||
if (prefs_get_flash())
|
||||
flash();
|
||||
|
||||
dirty = TRUE;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user