summaryrefslogtreecommitdiffstats
path: root/src/structures
diff options
context:
space:
mode:
authorDenis Isidoro <denisidoro@users.noreply.github.com>2021-04-05 09:05:39 -0300
committerGitHub <noreply@github.com>2021-04-05 09:05:39 -0300
commitf966e6b374b2f97e24244cf620c95b6cd1b8baee (patch)
tree315e174fcbb8007a9d4fafe02967f8478138a175 /src/structures
parent194878915dc949df7f5e379240d1050f55dd5685 (diff)
Remove unused code for global flag
Diffstat (limited to 'src/structures')
-rw-r--r--src/structures/finder.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/structures/finder.rs b/src/structures/finder.rs
index 717fed8..24bddfb 100644
--- a/src/structures/finder.rs
+++ b/src/structures/finder.rs
@@ -6,7 +6,6 @@ pub struct Opts {
pub preview: Option<String>,
pub preview_window: Option<String>,
pub overrides: Option<String>,
- pub global: bool,
pub header_lines: u8,
pub header: Option<String>,
pub suggestion_type: SuggestionType,
@@ -22,7 +21,6 @@ impl Default for Opts {
filter: None,
preview: None,
preview_window: None,
- global: false,
overrides: None,
header_lines: 0,
header: None,