From: Andre Noll Date: Sat, 4 Jan 2014 15:45:47 +0000 (+0000) Subject: gui: Remove unused struct stat_item. X-Git-Tag: v0.5.3~12^2~48 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=437f43a249386381f49cfb42536353f3df1fa824;hp=d88fecbec04b03e831e9dd8dfe488898bbeeb394;ds=sidebyside gui: Remove unused struct stat_item. --- 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;