summaryrefslogtreecommitdiffstats
path: root/src/libs/client/Store.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/client/Store.h')
-rw-r--r--src/libs/client/Store.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/client/Store.h b/src/libs/client/Store.h
index 7ee1388d..d89bcc8f 100644
--- a/src/libs/client/Store.h
+++ b/src/libs/client/Store.h
@@ -43,9 +43,9 @@ class Store : public sigc::trackable { // FIXME: is trackable necessary?
public:
CountedPtr<PluginModel> plugin(const string& uri);
CountedPtr<ObjectModel> object(const string& path);
- CountedPtr<PatchModel> patch(const string& path);
+ /*CountedPtr<PatchModel> patch(const string& path);
CountedPtr<NodeModel> node(const string& path);
- CountedPtr<PortModel> port(const string& path);
+ CountedPtr<PortModel> port(const string& path);*/
size_t num_objects() { return m_objects.size(); }