mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-05-08 12:36:11 +02:00
Remove a line of unused code.
This commit is contained in:
parent
ceed7ef1a8
commit
bb34eecc7c
1 changed files with 0 additions and 1 deletions
|
|
@ -2274,7 +2274,6 @@ class FanFicFarePlugin(InterfaceAction):
|
|||
errorcol_label = self.get_custom_col_label(prefs['errorcol'])
|
||||
lastcheckedcol_label = self.get_custom_col_label(prefs['lastcheckedcol'])
|
||||
|
||||
columns = self.gui.library_view.model().custom_columns
|
||||
if good_list or prefs['mark'] or (bad_list and errorcol_label) or lastcheckedcol_label:
|
||||
LoopProgressDialog(self.gui,
|
||||
good_list+bad_list,
|
||||
|
|
|
|||
Loading…
Reference in a new issue