From 437f43a249386381f49cfb42536353f3df1fa824 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sat, 4 Jan 2014 15:45:47 +0000 Subject: [PATCH 1/1] gui: Remove unused struct stat_item. --- gui.c | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/gui.c b/gui.c index 4246eb11..0bee5c66 100644 --- a/gui.c +++ b/gui.c @@ -80,18 +80,6 @@ struct gui_command { void (*handler)(void); }; -struct stat_item { - char name[MAXLINE]; - char prefix[MAXLINE]; - char postfix[MAXLINE]; - unsigned y; - unsigned x; - unsigned len; - int fg, bg; - int align; - char content[MAXLINE]; -}; - static struct gui_theme theme; static int _argc; -- 2.39.2