summaryrefslogtreecommitdiffstats
path: root/src/client/SigClientInterface.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/SigClientInterface.hpp')
-rw-r--r--src/client/SigClientInterface.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/SigClientInterface.hpp b/src/client/SigClientInterface.hpp
index 8a53a2cb..a99d409c 100644
--- a/src/client/SigClientInterface.hpp
+++ b/src/client/SigClientInterface.hpp
@@ -26,7 +26,6 @@
namespace Ingen {
namespace Client {
-
/** A LibSigC++ signal emitting interface for clients to use.
*
* This simply emits an sigc signal for every event (eg OSC message) coming from
@@ -118,7 +117,6 @@ protected:
{ EMIT(activity, port_path); }
};
-
} // namespace Client
} // namespace Ingen