* mu stats: don't need the --list option, it's the default

This commit is contained in:
djcb
2012-10-20 16:53:54 +03:00
parent 88e76d50df
commit bdfa71baed
5 changed files with 12 additions and 22 deletions

View File

@ -179,8 +179,6 @@ struct _MuConfig {
/* options for mu-stats */
gboolean textonly; /* no non-textual graphs */
gchar *stat; /* statistic to show */
gboolean list; /* list available stats */
};
typedef struct _MuConfig MuConfig;