From 35e6b94420bd8885a9d3d00cf19bacb8164b4aed Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 11 Feb 2024 14:15:44 +0100 Subject: [PATCH] Remove orphaned label. --- src/wx/recipient_dialog.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/wx/recipient_dialog.cc b/src/wx/recipient_dialog.cc index 802febbda..a69adb169 100644 --- a/src/wx/recipient_dialog.cc +++ b/src/wx/recipient_dialog.cc @@ -115,9 +115,6 @@ RecipientDialog::RecipientDialog ( _sizer->Add (s, wxGBPosition (r, 1)); ++r; - add_label_to_sizer (_sizer, this, _("Other trusted devices"), true, wxGBPosition (r, 0)); - ++r; - _name->Bind (wxEVT_TEXT, boost::bind (&RecipientDialog::setup_sensitivity, this)); _get_recipient_from_file->Bind (wxEVT_BUTTON, boost::bind (&RecipientDialog::get_recipient_from_file, this)); -- 2.30.2