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/Driver.hpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/engine/Driver.hpp') diff --git a/src/engine/Driver.hpp b/src/engine/Driver.hpp index 6951d357..8ff5b13a 100644 --- a/src/engine/Driver.hpp +++ b/src/engine/Driver.hpp @@ -32,7 +32,6 @@ namespace Ingen { class DuplexPort; class ProcessContext; - /** Representation of a "system" (eg outside Ingen) port. * * This is the class through which the rest of the engine manages everything @@ -63,7 +62,6 @@ protected: DuplexPort* _patch_port; }; - /** Driver abstract base class. * * A Driver is, from the perspective of GraphObjects (nodes, patches, ports) an @@ -121,7 +119,6 @@ public: virtual ProcessContext& context() = 0; }; - } // namespace Ingen #endif // INGEN_ENGINE_DRIVER_HPP -- cgit v1.2.1