summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-09-29 11:53:38 +0200
committerCarl Hetherington <cth@carlh.net>2022-09-29 11:53:38 +0200
commit3d369d6ce80caf87520237f4e8009b7fd55aa91b (patch)
tree98e0eede60866230446c52a675684451172e2aa1 /src
parent1cd2c956234dac14c0cd22883bf0575b3c7faf8f (diff)
Remove unused variable.
Diffstat (limited to 'src')
-rw-r--r--src/wx/player_information.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wx/player_information.cc b/src/wx/player_information.cc
index ca3a05ea4..058f66764 100644
--- a/src/wx/player_information.cc
+++ b/src/wx/player_information.cc
@@ -81,7 +81,6 @@ PlayerInformation::PlayerInformation (wxWindow* parent, weak_ptr<FilmViewer> vie
_kdm_from = add_label_to_sizer(g, _kdm_panel, wxT(""), false, wxGBPosition(0, 1));
add_label_to_sizer(g, _kdm_panel, _("Valid to"), true, wxGBPosition(1, 0));
_kdm_to = add_label_to_sizer(g, _kdm_panel, wxT(""), false, wxGBPosition(1, 1));
- auto pad = new wxBoxSizer(wxVERTICAL);
s->Add(g, 1, wxEXPAND | wxLEFT, DCPOMATIC_SIZER_GAP);
_kdm_panel->SetSizer(s);
_sizer->Add(_kdm_panel, 1, wxEXPAND | wxALL, 6);