mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-27 07:23:25 +00:00
remove call to undefined method refresh_headers
This commit is contained in:
parent
059fb51893
commit
e35ed17200
2 changed files with 0 additions and 4 deletions
|
@ -363,9 +363,6 @@ class HistoryList(MyTreeView, AcceptFileDragDrop):
|
|||
def format_date(self, d):
|
||||
return str(datetime.date(d.year, d.month, d.day)) if d else _('None')
|
||||
|
||||
def update_headers(self, headers):
|
||||
raise NotImplementedError
|
||||
|
||||
def on_combo(self, x):
|
||||
s = self.period_combo.itemText(x)
|
||||
x = s == _('Custom')
|
||||
|
|
|
@ -2667,7 +2667,6 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, PrintError):
|
|||
b = self.fx and self.fx.is_enabled()
|
||||
self.fiat_send_e.setVisible(b)
|
||||
self.fiat_receive_e.setVisible(b)
|
||||
self.history_list.refresh_headers()
|
||||
self.history_list.update()
|
||||
self.address_list.refresh_headers()
|
||||
self.address_list.update()
|
||||
|
|
Loading…
Add table
Reference in a new issue