summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-11-22 21:46:38 +0100
committerCarl Hetherington <cth@carlh.net>2025-09-28 19:49:26 +0200
commiteda4ed548e51ab1c231205ec141dac3dd6be2ac4 (patch)
tree75421336cfd2f955d3b246e0ab9df433411326fc
parentbc5276b8061641bdd550dc283a24bb2ec544f8b5 (diff)
Cleanup: remove unused variable.
-rw-r--r--src/wx/hints_dialog.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/wx/hints_dialog.cc b/src/wx/hints_dialog.cc
index 1f9da19a4..e02c07518 100644
--- a/src/wx/hints_dialog.cc
+++ b/src/wx/hints_dialog.cc
@@ -108,11 +108,6 @@ HintsDialog::film_change(ChangeType type)
_text->Clear();
_current.clear();
- auto film = _film.lock();
- if (!film) {
- return;
- }
-
_gauge->Show();
_gauge_message->Show();
Layout();