mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
Remove dead code
This commit is contained in:
parent
c28059e36c
commit
0beee4cf4f
1 changed files with 0 additions and 2 deletions
|
@ -309,8 +309,6 @@ class FindBarFeature (FeatureBase):
|
|||
return
|
||||
|
||||
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_index, end_index = start_path[0], end_path[0]
|
||||
|
|
Loading…
Reference in a new issue