From c7bcc3082a8ed65427ea94fa9d2e643343c3fca2 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 9 Jan 2008 03:55:35 +0000 Subject: Insignificant patchage refresh performance improvement. Every little bit counts, and stuff. git-svn-id: http://svn.drobilla.net/lad/patchage@1045 a436a847-0d15-0410-975c-d299462d15a1 --- src/AlsaDriver.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/AlsaDriver.cpp') diff --git a/src/AlsaDriver.cpp b/src/AlsaDriver.cpp index 340d050..fc5f5d1 100644 --- a/src/AlsaDriver.cpp +++ b/src/AlsaDriver.cpp @@ -183,7 +183,6 @@ AlsaDriver::refresh_ports() if (!m) { m = boost::shared_ptr(new PatchageModule(_app, client_name, InputOutput)); m->load_location(); - m->store_location(); _app->canvas()->add_item(m); } -- cgit v1.2.1