summaryrefslogtreecommitdiff
path: root/src/wx/timeline_dialog.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-07-04 11:18:21 +0100
committerCarl Hetherington <cth@carlh.net>2018-07-04 11:18:21 +0100
commit9e065519743ff8eac63207552a97314febca24c7 (patch)
tree8886d73051c91b026321fc0fb71356b3e87e5222 /src/wx/timeline_dialog.h
parent792ffde2a810284504a241df70ac3e407a5e05c6 (diff)
Fix tool crash; try to fix linked scrolling.
Diffstat (limited to 'src/wx/timeline_dialog.h')
-rw-r--r--src/wx/timeline_dialog.h2
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;
};