Remove redundant argument
This commit is contained in:
@@ -7554,7 +7554,6 @@ impl Editor {
|
||||
search_range: Range<Anchor>,
|
||||
display_snapshot: &DisplaySnapshot,
|
||||
count: usize,
|
||||
theme: &Theme,
|
||||
) -> Vec<RangeInclusive<u32>> {
|
||||
let mut results = Vec::new();
|
||||
let buffer = &display_snapshot.buffer_snapshot;
|
||||
|
||||
@@ -1137,7 +1137,6 @@ impl EditorElement {
|
||||
start_anchor..end_anchor,
|
||||
&layout.position_map.snapshot,
|
||||
50000,
|
||||
&theme,
|
||||
);
|
||||
for row in background_ranges {
|
||||
let start = row.start();
|
||||
|
||||
Reference in New Issue
Block a user