diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-12-19 20:15:45 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-09-03 09:41:18 +0200 |
| commit | ba4a7f851f0da08f11080a9d99379a31e4ab55fb (patch) | |
| tree | bc15dae715ff72c45962224e7698a5d80b942fa5 /src | |
| parent | d8534242aec6fb3b79efdd28385e97c42be774eb (diff) | |
Remove unnecessary initialisation.
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/content_timeline.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wx/content_timeline.cc b/src/wx/content_timeline.cc index 52e0cb8ca..2b30d1e1c 100644 --- a/src/wx/content_timeline.cc +++ b/src/wx/content_timeline.cc @@ -79,7 +79,6 @@ ContentTimeline::ContentTimeline(wxWindow* parent, ContentPanel* cp, shared_ptr< , _labels_view (new TimelineLabelsView (*this)) , _tracks (0) , _left_down (false) - , _down_view_position (0) , _first_move (false) , _menu (this, viewer) , _snap (true) |
