summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-02-11 14:15:44 +0100
committerCarl Hetherington <cth@carlh.net>2024-02-11 14:15:44 +0100
commit35e6b94420bd8885a9d3d00cf19bacb8164b4aed (patch)
treeccd338190e4006bd09c690229e60b9d46abb382c
parentdb58941a280462c88a145b234626971072f0511a (diff)
Remove orphaned label.
-rw-r--r--src/wx/recipient_dialog.cc3
1 files changed, 0 insertions, 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));