Browse Source

qt main window: rm dead code

master
SomberNight 2 years ago
parent
commit
2f02e0acc3
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
  1. 3
      electrum/gui/qt/main_window.py

3
electrum/gui/qt/main_window.py

@ -106,9 +106,6 @@ if TYPE_CHECKING:
from . import ElectrumGui
LN_NUM_PAYMENT_ATTEMPTS = 10
class StatusBarButton(QToolButton):
# note: this class has a custom stylesheet applied in stylesheet_patcher.py
def __init__(self, icon, tooltip, func, sb_height):

Loading…
Cancel
Save