Remove unused with_name for theme preview file

This commit is contained in:
Ethan P 2020-05-27 15:41:10 -07:00 committed by David Peter
parent 7a9decad70
commit a3357547ea
1 changed files with 0 additions and 1 deletions

View File

@ -122,7 +122,6 @@ pub fn list_languages(config: &Config) -> Result<()> {
fn theme_preview_file<'a>() -> Input<'a> {
Input::from_reader(Box::new(BufReader::new(THEME_PREVIEW_DATA)))
.with_name(Some("theme.rs".as_ref()))
}
pub fn list_themes(cfg: &Config) -> Result<()> {