summaryrefslogtreecommitdiffstats
path: root/ingen/client/PluginModel.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/client/PluginModel.hpp')
-rw-r--r--ingen/client/PluginModel.hpp12
1 files changed, 3 insertions, 9 deletions
diff --git a/ingen/client/PluginModel.hpp b/ingen/client/PluginModel.hpp
index 9c4e6b41..2819c8cd 100644
--- a/ingen/client/PluginModel.hpp
+++ b/ingen/client/PluginModel.hpp
@@ -77,9 +77,6 @@ public:
SPtr<PluginUI> ui(Ingen::World* world,
SPtr<const BlockModel> block) const;
- const std::string& icon_path() const;
- static std::string get_lv2_icon_path(const LilvPlugin* plugin);
-
std::string documentation(bool html) const;
std::string port_documentation(uint32_t index, bool html) const;
@@ -100,15 +97,12 @@ protected:
private:
std::string get_documentation(const LilvNode* subject, bool html) const;
- Type _type;
-
+ static Sord::World* _rdf_world;
static LilvWorld* _lilv_world;
static const LilvPlugins* _lilv_plugins;
- const LilvPlugin* _lilv_plugin;
- mutable std::string _icon_path;
-
- static Sord::World* _rdf_world;
+ Type _type;
+ const LilvPlugin* _lilv_plugin;
};
} // namespace Client