X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=gui.c;h=0bee5c669b1b83c3c70c2f720b42deeeecc3a093;hp=4246eb11e51b03417520eee9bdbc2bf0f2f563fe;hb=437f43a249386381f49cfb42536353f3df1fa824;hpb=d88fecbec04b03e831e9dd8dfe488898bbeeb394 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;