summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFinn Hediger <finn.hediger@thurweb.ch>2021-01-04 20:29:50 +0100
committerAbin Simon <abinsimon10@gmail.com>2021-01-14 14:21:44 +0530
commit9ef64deff03b6d9b8139a23984083ac8c3905410 (patch)
treed79f28b3528769b520819ff32456e2686777db12
parent10d4585492f1e5f9dc32ee94e882b2ee6d817240 (diff)
Remove unused ICON_SPACING
-rw-r--r--src/icon.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/icon.rs b/src/icon.rs
index 05c95c5..74007b2 100644
--- a/src/icon.rs
+++ b/src/icon.rs
@@ -17,8 +17,6 @@ pub enum Theme {
Unicode,
}
-const ICON_SPACE: &str = " ";
-
// In order to add a new icon, write the unicode value like "\ue5fb" then
// run the command below in vim:
//