summaryrefslogtreecommitdiffstats
path: root/include/ingen/CommonInterface.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/ingen/CommonInterface.hpp')
-rw-r--r--include/ingen/CommonInterface.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/ingen/CommonInterface.hpp b/include/ingen/CommonInterface.hpp
index 18ee87db..da45c197 100644
--- a/include/ingen/CommonInterface.hpp
+++ b/include/ingen/CommonInterface.hpp
@@ -29,7 +29,6 @@ namespace Raul { class Atom; class Path; class URI; }
namespace Ingen {
namespace Shared {
-
/** Abstract interface common to both engine and clients.
* Purely virtual (except for the destructor).
*
@@ -70,7 +69,6 @@ public:
const Raul::Atom& value) = 0;
};
-
} // namespace Shared
} // namespace Ingen