Removed dependency on preferences from status bar

This commit is contained in:
James Booth
2012-06-28 23:18:52 +01:00
parent c6cb13a54f
commit a49f2fbef0
2 changed files with 2 additions and 4 deletions

View File

@@ -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;
}