Remove unused variable
This commit is contained in:
parent
feb146870e
commit
ee0d3e90d2
1 changed files with 0 additions and 1 deletions
|
@ -30,7 +30,6 @@ impl<'a> Notes<'a> {
|
|||
}
|
||||
|
||||
fn command_add(&self, matches: &ArgMatches) -> bool {
|
||||
use std::process::exit;
|
||||
use ansi_term::Colour::Yellow;
|
||||
use self::header::build_header;
|
||||
use ui::external::editor::let_user_provide_content;
|
||||
|
|
Loading…
Reference in a new issue