Remove dead code
This commit is contained in:
parent
c28059e36c
commit
0beee4cf4f
@ -309,8 +309,6 @@ class FindBarFeature (FeatureBase):
|
|||||||
return
|
return
|
||||||
|
|
||||||
model = self.log_view.props.model
|
model = self.log_view.props.model
|
||||||
column = self.window.column_manager.find_item (name = "message")
|
|
||||||
match_func = self.operation.match_func
|
|
||||||
|
|
||||||
start_path, end_path = self.log_view.get_visible_range ()
|
start_path, end_path = self.log_view.get_visible_range ()
|
||||||
start_index, end_index = start_path[0], end_path[0]
|
start_index, end_index = start_path[0], end_path[0]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user