summaryrefslogtreecommitdiffstats
path: root/src/tab.rs
diff options
context:
space:
mode:
authorJiayi Zhao <jeff.no.zhao@gmail.com>2020-02-13 08:58:33 -0500
committerJiayi Zhao <jeff.no.zhao@gmail.com>2020-02-13 08:58:33 -0500
commitf15674eb5c550423b8b7d02ac05bd36a9dec4040 (patch)
treebded485cf3eded5c73e2466debe80911efed6665 /src/tab.rs
parent89b08eb9905db22a3e9751f44440d22e114277a3 (diff)
fix initial preview not working
Diffstat (limited to 'src/tab.rs')
-rw-r--r--src/tab.rs8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/tab.rs b/src/tab.rs
index 067c19b..c467568 100644
--- a/src/tab.rs
+++ b/src/tab.rs
@@ -2,15 +2,7 @@ use std::path::PathBuf;
use crate::fs::JoshutoDirList;
use crate::history::{DirectoryHistory, JoshutoHistory};
-use crate::preview;
use crate::sort;
-use crate::ui;
-use crate::window::{JoshutoPanel, JoshutoView};
-use crate::JoshutoConfig;
-
-use crate::{HOME_DIR, HOSTNAME, USERNAME};
-
-use crate::THEME_T;
pub struct JoshutoTab {
pub history: JoshutoHistory,