From b1406a0e09b0cb27032ade94c58d9a471086b89a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 7 Oct 2007 19:59:13 +0000 Subject: Remove DSSI. git-svn-id: http://svn.drobilla.net/lad/ingen@838 a436a847-0d15-0410-975c-d299462d15a1 --- src/common/interface/Plugin.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/interface/Plugin.hpp') diff --git a/src/common/interface/Plugin.hpp b/src/common/interface/Plugin.hpp index 7fc7468b..d9665662 100644 --- a/src/common/interface/Plugin.hpp +++ b/src/common/interface/Plugin.hpp @@ -27,7 +27,7 @@ namespace Shared { class Plugin { public: - enum Type { LV2, LADSPA, DSSI, Internal, Patch }; + enum Type { LV2, LADSPA, Internal, Patch }; virtual Type type() const = 0; virtual const std::string& uri() const = 0; -- cgit v1.2.1