[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:
Calum Lind 2019-10-31 10:52:11 +00:00
parent 00176ee2cd
commit 89d62eb509
1 changed files with 0 additions and 5 deletions

View File

@ -100,11 +100,6 @@ class FilterTreeView(component.Component):
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
builder = Gtk.Builder()
builder.add_from_file(