summaryrefslogtreecommitdiff
path: root/src/wx
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-12-02 23:34:07 +0100
committerCarl Hetherington <cth@carlh.net>2021-12-03 21:19:28 +0100
commitd9f4ffe3c6e9431ad2d875bb5140e8640c970876 (patch)
treece9b946ff4eba04d70e31cd4e64c82b4024db9bd /src/wx
parentf1cd667ceea759b30c611bff810c72aacc32157e (diff)
Remove unused variables.
Diffstat (limited to 'src/wx')
-rw-r--r--src/wx/subtitle_appearance_dialog.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wx/subtitle_appearance_dialog.cc b/src/wx/subtitle_appearance_dialog.cc
index b5ab8c2db..36aaf2eff 100644
--- a/src/wx/subtitle_appearance_dialog.cc
+++ b/src/wx/subtitle_appearance_dialog.cc
@@ -333,7 +333,6 @@ SubtitleAppearanceDialog::active_jobs_changed (optional<string> last)
void
SubtitleAppearanceDialog::add_colours ()
{
- auto colours = _stream->colours ();
for (auto const& i: _stream->colours()) {
auto from = new wxPanel(_colours_panel, wxID_ANY);
from->SetBackgroundColour(wxColour(i.first.r, i.first.g, i.first.b, i.first.a));