summaryrefslogtreecommitdiffstats
path: root/include/ingen/Port.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/ingen/Port.hpp')
-rw-r--r--include/ingen/Port.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/ingen/Port.hpp b/include/ingen/Port.hpp
index 9bd0437f..c716c615 100644
--- a/include/ingen/Port.hpp
+++ b/include/ingen/Port.hpp
@@ -30,7 +30,6 @@ namespace Raul { class Atom; }
namespace Ingen {
namespace Shared {
-
/** A Port on a Node.
*
* Purely virtual (except for the destructor).
@@ -53,7 +52,6 @@ public:
virtual const Raul::Atom& value() const = 0;
};
-
} // namespace Shared
} // namespace Ingen