Remove unused variable

This commit is contained in:
Matthias Beyer 2016-01-05 16:26:27 +01:00
parent feb146870e
commit ee0d3e90d2

View file

@ -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;