summaryrefslogtreecommitdiffstats
path: root/src/client/PluginUI.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/PluginUI.hpp')
-rw-r--r--src/client/PluginUI.hpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/client/PluginUI.hpp b/src/client/PluginUI.hpp
index 9cc6a4db..fc90e629 100644
--- a/src/client/PluginUI.hpp
+++ b/src/client/PluginUI.hpp
@@ -29,7 +29,6 @@ namespace Client {
class NodeModel;
-
/** Model for a plugin available for loading.
*
* \ingroup IngenClient
@@ -49,7 +48,6 @@ public:
uint32_t format,
const void* buffer);
-
Ingen::Shared::World* world() const { return _world; }
SharedPtr<NodeModel> node() const { return _node; }
@@ -66,10 +64,8 @@ private:
SharedPtr<Shared::LV2Features::FeatureArray> _features;
};
-
} // namespace Client
} // namespace Ingen
#endif // INGEN_CLIENT_PLUGINUI_HPP
-