1
0

qt main window: rm dead code

This commit is contained in:
SomberNight
2024-05-23 13:38:18 +00:00
parent f546ef5a71
commit bfe40605fa

View File

@@ -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):