summaryrefslogtreecommitdiff
path: root/src/wx/timeline_dialog.h
diff options
context:
space:
mode:
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;
};