diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-09-28 19:29:26 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-09-28 19:29:26 +0200 |
| commit | 40549ef3447597093104fd4e2774c7d68cccb97c (patch) | |
| tree | e49eeb33d03f5626cc3ee232634e16135ee4c19b | |
| parent | 8ea0c463b344b8adb776c3e0c48224ea1d7ea7a7 (diff) | |
Fix macOS build.
| -rw-r--r-- | src/wx/markers_panel.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/wx/markers_panel.cc b/src/wx/markers_panel.cc index 675aa5e77..e01d3bc28 100644 --- a/src/wx/markers_panel.cc +++ b/src/wx/markers_panel.cc @@ -55,9 +55,6 @@ enum { }; -static constexpr auto line_to_label_gap = 2; - - MarkersPanel::MarkersPanel(wxWindow* parent, FilmViewer& viewer) : wxPanel(parent, wxID_ANY, wxDefaultPosition, wxSize(-1, 40)) , _viewer(viewer) |
