summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-05-25 10:17:16 +0000
committerCarl Hetherington <carl@carlh.net>2011-05-25 10:17:16 +0000
commitc07ed4b8489ea279400fba4891be54b663fd8885 (patch)
tree71ab2f076ada9534507d88501c1c8a084c00451d /gtk2_ardour/editor.h
parentb38b5fd59b6022177f14fe29c18eb49fce3ca579 (diff)
Fix a couple of uninitialised variables (should fix #4059).
git-svn-id: svn://localhost/ardour2/branches/3.0@9582 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor.h')
-rw-r--r--gtk2_ardour/editor.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk2_ardour/editor.h b/gtk2_ardour/editor.h
index 140235e890..6a0a59e0fb 100644
--- a/gtk2_ardour/editor.h
+++ b/gtk2_ardour/editor.h
@@ -1980,7 +1980,6 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
void timecode_snap_to_internal (framepos_t& first, int32_t direction = 0, bool for_mark = false);
RhythmFerret* rhythm_ferret;
- BundleManager* _bundle_manager;
void fit_tracks (TrackViewList &);
void fit_selected_tracks ();