summaryrefslogtreecommitdiffstats
path: root/include/ingen/EngineInterface.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/ingen/EngineInterface.hpp')
-rw-r--r--include/ingen/EngineInterface.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/ingen/EngineInterface.hpp b/include/ingen/EngineInterface.hpp
index 685d5488..2caede76 100644
--- a/include/ingen/EngineInterface.hpp
+++ b/include/ingen/EngineInterface.hpp
@@ -27,7 +27,6 @@ namespace Shared {
class ClientInterface;
-
/** The (only) interface clients use to communicate with the engine.
* Purely virtual (except for the destructor).
*
@@ -69,7 +68,6 @@ public:
const Raul::URI& key) = 0;
};
-
} // namespace Shared
} // namespace Ingen