diff --git a/deluge/ui/gtk3/listview.py b/deluge/ui/gtk3/listview.py index c4d352639..a90318c52 100644 --- a/deluge/ui/gtk3/listview.py +++ b/deluge/ui/gtk3/listview.py @@ -32,12 +32,6 @@ class ListViewColumnState(object): self.sort_order = sort_order -# FIXME: Why is this needed? -class TreeModel(GObject.Object, Gtk.TreeModel): - def __init__(self, filter_): - Gtk.TreeModel.__init__(self, filter_) - - class ListView(object): """ListView is used to make custom GtkTreeViews. It supports the adding and removing of columns, creating a menu for a column toggle list and