Remove redundant argument
This commit is contained in:
parent
42e1221357
commit
241d3951b8
2 changed files with 0 additions and 2 deletions
|
@ -7554,7 +7554,6 @@ impl Editor {
|
||||||
search_range: Range<Anchor>,
|
search_range: Range<Anchor>,
|
||||||
display_snapshot: &DisplaySnapshot,
|
display_snapshot: &DisplaySnapshot,
|
||||||
count: usize,
|
count: usize,
|
||||||
theme: &Theme,
|
|
||||||
) -> Vec<RangeInclusive<u32>> {
|
) -> Vec<RangeInclusive<u32>> {
|
||||||
let mut results = Vec::new();
|
let mut results = Vec::new();
|
||||||
let buffer = &display_snapshot.buffer_snapshot;
|
let buffer = &display_snapshot.buffer_snapshot;
|
||||||
|
|
|
@ -1137,7 +1137,6 @@ impl EditorElement {
|
||||||
start_anchor..end_anchor,
|
start_anchor..end_anchor,
|
||||||
&layout.position_map.snapshot,
|
&layout.position_map.snapshot,
|
||||||
50000,
|
50000,
|
||||||
&theme,
|
|
||||||
);
|
);
|
||||||
for row in background_ranges {
|
for row in background_ranges {
|
||||||
let start = row.start();
|
let start = row.start();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue