diff --git a/src/ui/windows/contacts_tab.cpp b/src/ui/windows/contacts_tab.cpp index 8a88c5a..256aa2d 100644 --- a/src/ui/windows/contacts_tab.cpp +++ b/src/ui/windows/contacts_tab.cpp @@ -156,7 +156,6 @@ void RenderContactsTab(App* app) auto addrTable = S.table("dialogs.address-book", "address-table"); auto addrFrontLbl = S.label("dialogs.address-book", "address-front-label"); auto addrBackLbl = S.label("dialogs.address-book", "address-back-label"); - auto addrInput = S.input("dialogs.address-book", "address-input"); auto notesInput = S.input("dialogs.address-book", "notes-input"); auto actionBtn = S.button("dialogs.address-book", "action-button");