From 4a75810367197579add884aed570ffaf5dbf7c0f Mon Sep 17 00:00:00 2001 From: orb Date: Fri, 23 Jun 2023 07:22:34 +0800 Subject: [PATCH] build --- orb/attribute_editor/attribute_editor.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/orb/attribute_editor/attribute_editor.py b/orb/attribute_editor/attribute_editor.py index f0a26b2..bed4804 100644 --- a/orb/attribute_editor/attribute_editor.py +++ b/orb/attribute_editor/attribute_editor.py @@ -51,7 +51,6 @@ class DrawerList(MDList): class AttributeEditor(BoxLayout): - alias = StringProperty("") identity_pubkey = StringProperty("") @@ -396,12 +395,5 @@ def populate_fees(self): ) -class ItemDrawer(OneLineIconListItem): - icon = StringProperty() -"Attributes:", size_hint_y=None, height=dp(60) - ) - ) - - class ItemDrawer(OneLineIconListItem): icon = StringProperty()