Skip to content

Commit

Permalink
[REFACT] Removed a redundant line
Browse files Browse the repository at this point in the history
  • Loading branch information
hasherezade committed Jan 6, 2021
1 parent 9321640 commit 6d603e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ifl.py
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,6 @@ def currentChanged(self, current, previous) -> None:
self.dataManager.setCurrentRva(index_data)

def hilight_addr(self, addr: int) -> None:
bg_color = get_bg_color()
if is_dark_theme():
color_hilight = color_to_val(QtGui.QColor(self.color_hilight).darker(200))
else:
Expand Down

0 comments on commit 6d603e3

Please sign in to comment.