summaryrefslogtreecommitdiffstats
path: root/src/config
diff options
context:
space:
mode:
authorJeff Zhao <jeff.no.zhao@gmail.com>2021-10-15 17:27:47 -0400
committerJeff Zhao <jeff.no.zhao@gmail.com>2021-10-15 17:27:47 -0400
commitc0a071f81b2a7a9776dfca313b19ade350c677b2 (patch)
tree9694c95453de122ef02734845f4226c7a6c0818c /src/config
parent1e18ad1b95397b18af801e5b72eba366abb92fd2 (diff)
deprecate skim over fzf
Diffstat (limited to 'src/config')
-rw-r--r--src/config/general/config.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/config/general/config.rs b/src/config/general/config.rs
index dba8dcf..3196017 100644
--- a/src/config/general/config.rs
+++ b/src/config/general/config.rs
@@ -79,9 +79,6 @@ impl AppConfig {
pub fn tab_options_ref(&self) -> &TabOption {
&self._tab_options
}
- pub fn tab_options_mut(&mut self) -> &mut TabOption {
- &mut self._tab_options
- }
}
impl ConfigStructure for AppConfig {