diff options
Diffstat (limited to 'src/AlsaDriver.h')
-rw-r--r-- | src/AlsaDriver.h | 5 |
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; |