mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-03 15:08:40 +00:00
[GTK3] Remove listview orphaned code
Not sure why/where this originated from but seems to serve no purpose so removing it.
This commit is contained in:
parent
366b10f07b
commit
2e88fa1dfc
1 changed files with 0 additions and 6 deletions
|
@ -32,12 +32,6 @@ class ListViewColumnState(object):
|
||||||
self.sort_order = sort_order
|
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):
|
class ListView(object):
|
||||||
"""ListView is used to make custom GtkTreeViews. It supports the adding
|
"""ListView is used to make custom GtkTreeViews. It supports the adding
|
||||||
and removing of columns, creating a menu for a column toggle list and
|
and removing of columns, creating a menu for a column toggle list and
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue