1
0

qt main window: rm dead code

This commit is contained in:
SomberNight
2024-05-23 13:38:18 +00:00
parent e25658d724
commit 2f02e0acc3

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