summaryrefslogtreecommitdiffstats
path: root/src/AlsaDriver.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2006-10-03 22:24:22 +0000
committerDavid Robillard <d@drobilla.net>2006-10-03 22:24:22 +0000
commit9c7f679baa39d7772f9b66a65b48d37ba540fbba (patch)
treee5c543bafdd65b43cd96d2320b8abe7e37d9ee6d /src/AlsaDriver.h
parent960edd8f434bd6bedb6f635bc3cedeae9dbbb1e0 (diff)
downloadpatchage-9c7f679baa39d7772f9b66a65b48d37ba540fbba.tar.gz
patchage-9c7f679baa39d7772f9b66a65b48d37ba540fbba.tar.bz2
patchage-9c7f679baa39d7772f9b66a65b48d37ba540fbba.zip
shared_ptr bugfixes.
Updated Ingen to work with new FlowCanvas. Updated Patchage to work with new(er) FlowCanvas. git-svn-id: http://svn.drobilla.net/lad/patchage@152 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/AlsaDriver.h')
-rw-r--r--src/AlsaDriver.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/AlsaDriver.h b/src/AlsaDriver.h
index 27ddee9..86efce3 100644
--- a/src/AlsaDriver.h
+++ b/src/AlsaDriver.h
@@ -51,8 +51,6 @@ public:
bool disconnect(boost::shared_ptr<PatchagePort> src_port,
boost::shared_ptr<PatchagePort> dst_port);
- PatchageFlowCanvas* canvas() { return m_canvas; }
-
private:
void refresh_ports();
void refresh_connections();
@@ -66,8 +64,7 @@ private:
boost::shared_ptr<PatchagePort> create_port(boost::shared_ptr<PatchageModule> parent,
const string& name, bool is_input, snd_seq_addr_t addr);
- Patchage* m_app;
- PatchageFlowCanvas* m_canvas;
+ Patchage* m_app;
snd_seq_t* m_seq;