From c1775fa65273b5f5590a0319563159b13e901fbb Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 9 Jan 2011 20:59:40 +0000 Subject: Code cleanups (cpplint). git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@2804 a436a847-0d15-0410-975c-d299462d15a1 --- src/PatchagePort.hpp | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'src/PatchagePort.hpp') diff --git a/src/PatchagePort.hpp b/src/PatchagePort.hpp index 6783434..c343d58 100644 --- a/src/PatchagePort.hpp +++ b/src/PatchagePort.hpp @@ -34,19 +34,16 @@ #include #endif -using namespace FlowCanvas; - - /** A Port on a PatchageModule */ class PatchagePort : public FlowCanvas::Port { public: - PatchagePort(boost::shared_ptr module, - PortType type, - const std::string& name, - bool is_input, - uint32_t color) + PatchagePort(boost::shared_ptr module, + PortType type, + const std::string& name, + bool is_input, + uint32_t color) : Port(module, name, is_input, color) , _type(type) { -- cgit v1.2.1