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/gui/PatchPortModule.cpp | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/gui/PatchPortModule.cpp') diff --git a/src/gui/PatchPortModule.cpp b/src/gui/PatchPortModule.cpp index ba243b75..8427d49d 100644 --- a/src/gui/PatchPortModule.cpp +++ b/src/gui/PatchPortModule.cpp @@ -38,7 +38,6 @@ using namespace Raul; namespace Ingen { namespace GUI { - PatchPortModule::PatchPortModule(boost::shared_ptr canvas, SharedPtr model) : FlowCanvas::Module(canvas, "", 0, 0, false) // FIXME: coords? , _model(model) @@ -53,7 +52,6 @@ PatchPortModule::PatchPortModule(boost::shared_ptr canvas, SharedPt model->signal_property.connect(sigc::mem_fun(this, &PatchPortModule::property_changed)); } - boost::shared_ptr PatchPortModule::create(boost::shared_ptr canvas, SharedPtr model, bool human) { @@ -72,7 +70,6 @@ PatchPortModule::create(boost::shared_ptr canvas, SharedPtr