summaryrefslogtreecommitdiffstats
path: root/src/client/PatchModel.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/PatchModel.hpp')
-rw-r--r--src/client/PatchModel.hpp7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/client/PatchModel.hpp b/src/client/PatchModel.hpp
index dbd54c03..1b9e4a48 100644
--- a/src/client/PatchModel.hpp
+++ b/src/client/PatchModel.hpp
@@ -18,13 +18,11 @@
#ifndef INGEN_CLIENT_PATCHMODEL_HPP
#define INGEN_CLIENT_PATCHMODEL_HPP
-#include <cassert>
#include "raul/SharedPtr.hpp"
+
#include "ingen/Patch.hpp"
#include "NodeModel.hpp"
-#include "ConnectionModel.hpp"
-
namespace Ingen {
class Port;
@@ -32,6 +30,7 @@ class Port;
namespace Client {
class ClientStore;
+class ConnectionModel;
/** Client's model of a patch.
*
@@ -47,10 +46,8 @@ public:
SharedPtr<ConnectionModel> get_connection(const Ingen::Port* src_port,
const Ingen::Port* dst_port);
- //uint32_t poly() const { return _poly; }
bool enabled() const;
bool polyphonic() const;
-
uint32_t internal_poly() const;
/** "editable" = arranging,connecting,adding,deleting,etc