summaryrefslogtreecommitdiffstats
path: root/ui/ncurses/nc-statuslog.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui/ncurses/nc-statuslog.c')
-rw-r--r--ui/ncurses/nc-statuslog.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/ui/ncurses/nc-statuslog.c b/ui/ncurses/nc-statuslog.c
index 1943f39..623aa55 100644
--- a/ui/ncurses/nc-statuslog.c
+++ b/ui/ncurses/nc-statuslog.c
@@ -33,11 +33,6 @@
static const int max_status_entry = 10000;
-struct statuslog_entry {
- struct status *status;
- struct list_item list;
-};
-
struct statuslog {
struct list status;
int n_status;
OpenPOWER on IntegriCloud