aboutsummaryrefslogtreecommitdiff
path: root/src/views.rs
diff options
context:
space:
mode:
authorAkshay <[email protected]>2021-02-21 04:42:10 +0000
committerAkshay <[email protected]>2021-02-21 04:42:10 +0000
commit879b115d651b26d3935f5c95d06f426019dedcd3 (patch)
treebc013d60a48d4603ec496de26494e8ba5b3a86a4 /src/views.rs
parent77368eed146ec8278609e04e395c7ef04c386313 (diff)
remove all instances of view_month_offsetcursor
Diffstat (limited to 'src/views.rs')
-rw-r--r--src/views.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/views.rs b/src/views.rs
index f02eb83..b90ce2b 100644
--- a/src/views.rs
+++ b/src/views.rs
@@ -41,7 +41,6 @@ where
41 let month = now.month(); 41 let month = now.month();
42 42
43 let goal_reached_style = Style::from(CONFIGURATION.reached_color()); 43 let goal_reached_style = Style::from(CONFIGURATION.reached_color());
44 let todo_style = Style::from(CONFIGURATION.todo_color());
45 let future_style = Style::from(CONFIGURATION.inactive_color()); 44 let future_style = Style::from(CONFIGURATION.inactive_color());
46 45
47 let strikethrough = Style::from(Effect::Strikethrough); 46 let strikethrough = Style::from(Effect::Strikethrough);