summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_mixer.cc
diff options
context:
space:
mode:
authorTaybin Rutkin <taybin@taybin.com>2007-03-13 16:17:29 +0000
committerTaybin Rutkin <taybin@taybin.com>2007-03-13 16:17:29 +0000
commit7e0e458f747748b020ee3b999657da84fa397eaa (patch)
tree3bc6ff046858fc764e57b4df20a5d3e49a2a233a /gtk2_ardour/editor_mixer.cc
parent3f4232c64686ea8e10517c4c28a9badd86e59484 (diff)
Removed unused MeterBridgeStrip and MeterBridge classes.
Removed unnecessary AudioEngine references. git-svn-id: svn://localhost/ardour2/trunk@1583 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor_mixer.cc')
-rw-r--r--gtk2_ardour/editor_mixer.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_mixer.cc b/gtk2_ardour/editor_mixer.cc
index 691c1086cb..ddab39d1ed 100644
--- a/gtk2_ardour/editor_mixer.cc
+++ b/gtk2_ardour/editor_mixer.cc
@@ -163,7 +163,7 @@ bool currentInitialized = 0;
void
Editor::update_current_screen ()
{
- if (session && engine.running()) {
+ if (session && session->engine().running()) {
nframes_t frame;