Remove dead code
authorRené Stadler <mail@renestadler.de>
Mon, 3 Dec 2007 13:47:58 +0000 (15:47 +0200)
committerStefan Sauer <ensonic@users.sf.net>
Thu, 11 Sep 2014 18:51:42 +0000 (20:51 +0200)
debug-viewer/GstDebugViewer/Plugins/FindBar.py

index 4e4f9c9..734f1fd 100644 (file)
@@ -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]