summaryrefslogtreecommitdiffstats
path: root/src/AlsaDriver.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-01-09 03:55:35 +0000
committerDavid Robillard <d@drobilla.net>2008-01-09 03:55:35 +0000
commitc7bcc3082a8ed65427ea94fa9d2e643343c3fca2 (patch)
treef8185247696160f6d256fdac0b70a11dec4d926f /src/AlsaDriver.cpp
parent8977d27c4a038ce640d1726d48a1f8fc597eb90b (diff)
downloadpatchage-c7bcc3082a8ed65427ea94fa9d2e643343c3fca2.tar.gz
patchage-c7bcc3082a8ed65427ea94fa9d2e643343c3fca2.tar.bz2
patchage-c7bcc3082a8ed65427ea94fa9d2e643343c3fca2.zip
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
Diffstat (limited to 'src/AlsaDriver.cpp')
-rw-r--r--src/AlsaDriver.cpp1
1 files changed, 0 insertions, 1 deletions
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<PatchageModule>(new PatchageModule(_app, client_name, InputOutput));
m->load_location();
- m->store_location();
_app->canvas()->add_item(m);
}