[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
@ -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…
x
Reference in New Issue
Block a user