diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-07-04 11:18:21 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-07-04 11:18:21 +0100 |
| commit | 9e065519743ff8eac63207552a97314febca24c7 (patch) | |
| tree | 8886d73051c91b026321fc0fb71356b3e87e5222 /src/wx/timeline_dialog.h | |
| parent | 792ffde2a810284504a241df70ac3e407a5e05c6 (diff) | |
Fix tool crash; try to fix linked scrolling.
Diffstat (limited to 'src/wx/timeline_dialog.h')
| -rw-r--r-- | src/wx/timeline_dialog.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/wx/timeline_dialog.h b/src/wx/timeline_dialog.h index e9156b89e..b7aaba14d 100644 --- a/src/wx/timeline_dialog.h +++ b/src/wx/timeline_dialog.h @@ -40,7 +40,5 @@ private: boost::weak_ptr<Film> _film; Timeline _timeline; wxToolBar* _toolbar; - wxToolBarToolBase* _snap; - wxToolBarToolBase* _sequence; boost::signals2::scoped_connection _film_changed_connection; }; |
