Remove orphaned label.
authorCarl Hetherington <cth@carlh.net>
Sun, 11 Feb 2024 13:15:44 +0000 (14:15 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 11 Feb 2024 13:15:44 +0000 (14:15 +0100)
src/wx/recipient_dialog.cc

index 802febbda1eb1092803f379e71ab8bc2a65b072e..a69adb169ece6b323def2f00d623b64753821a5e 100644 (file)
@@ -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));