From 9e5a7cf49ad84a5a3fa0aa61be11129fc4df1cc2 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 16 Apr 2011 19:02:36 +0000 Subject: Squeeze blank lines and delete trailing whitespace. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3152 a436a847-0d15-0410-975c-d299462d15a1 --- src/engine/ClientBroadcaster.hpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/engine/ClientBroadcaster.hpp') diff --git a/src/engine/ClientBroadcaster.hpp b/src/engine/ClientBroadcaster.hpp index 4d1a460d..ff0886a1 100644 --- a/src/engine/ClientBroadcaster.hpp +++ b/src/engine/ClientBroadcaster.hpp @@ -37,7 +37,6 @@ class PluginImpl; class PatchImpl; class ConnectionImpl; - /** Broadcaster for all clients. * * This is a ClientInterface that forwards all messages to all registered @@ -62,7 +61,6 @@ public: for (Clients::const_iterator i = _clients.begin(); i != _clients.end(); ++i) \ (*i).second->msg(__VA_ARGS__) - // CommonInterface void bundle_begin() { BROADCAST(bundle_begin); } @@ -122,7 +120,6 @@ private: Clients _clients; }; - } // namespace Ingen #endif // INGEN_ENGINE_CLIENTBROADCASTER_HPP -- cgit v1.2.1