From 7787aabd530b80d6b02e0a23c719988b89090dfe Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 6 Jun 2011 18:05:47 +0000 Subject: Use a care pointer reference to containing module rather than boost::weak_ptr. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3364 a436a847-0d15-0410-975c-d299462d15a1 --- src/gui/Port.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/gui/Port.cpp') diff --git a/src/gui/Port.cpp b/src/gui/Port.cpp index 27d550fc..94b8851e 100644 --- a/src/gui/Port.cpp +++ b/src/gui/Port.cpp @@ -136,7 +136,6 @@ Port::moved() { if (App::instance().configuration()->name_style() == Configuration::PATH) set_name(model()->symbol().c_str()); - module().lock()->resize(); } void -- cgit v1.2.1