From 2f02e0acc321bce30b5ef8a3d9464d7105d883b9 Mon Sep 17 00:00:00 2001 From: SomberNight Date: Thu, 23 May 2024 13:38:18 +0000 Subject: [PATCH] qt main window: rm dead code --- electrum/gui/qt/main_window.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/electrum/gui/qt/main_window.py b/electrum/gui/qt/main_window.py index 2cb35999c..dfe99df03 100644 --- a/electrum/gui/qt/main_window.py +++ b/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):