mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-04 15:38:43 +00:00
[GTK] Remove orphaned code
Changes were made to sidebar theming in commit 5a6f202
and this code was
forgotten to be removed.
This commit is contained in:
parent
00176ee2cd
commit
89d62eb509
1 changed files with 0 additions and 5 deletions
|
@ -100,11 +100,6 @@ class FilterTreeView(component.Component):
|
||||||
|
|
||||||
self.treeview.connect('button-press-event', self.on_button_press_event)
|
self.treeview.connect('button-press-event', self.on_button_press_event)
|
||||||
|
|
||||||
# colors using current theme.
|
|
||||||
style_ctx = component.get('MainWindow').window.get_style_context()
|
|
||||||
self.colour_background = style_ctx.get_background_color(Gtk.StateFlags.NORMAL)
|
|
||||||
self.colour_foreground = style_ctx.get_color(Gtk.StateFlags.NORMAL)
|
|
||||||
|
|
||||||
# filtertree menu
|
# filtertree menu
|
||||||
builder = Gtk.Builder()
|
builder = Gtk.Builder()
|
||||||
builder.add_from_file(
|
builder.add_from_file(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue