summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/wx/markers_panel.cc3
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)