diff options
author | David Robillard <d@drobilla.net> | 2008-01-09 03:55:35 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2008-01-09 03:55:35 +0000 |
commit | c7bcc3082a8ed65427ea94fa9d2e643343c3fca2 (patch) | |
tree | f8185247696160f6d256fdac0b70a11dec4d926f /src/PatchageEvent.cpp | |
parent | 8977d27c4a038ce640d1726d48a1f8fc597eb90b (diff) | |
download | patchage-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/PatchageEvent.cpp')
-rw-r--r-- | src/PatchageEvent.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/PatchageEvent.cpp b/src/PatchageEvent.cpp index 2ab921b..7877200 100644 --- a/src/PatchageEvent.cpp +++ b/src/PatchageEvent.cpp @@ -92,7 +92,6 @@ PatchageEvent::execute(Patchage* patchage) module = SharedPtr<PatchageModule>( new PatchageModule(patchage, module_name, InputOutput)); module->load_location(); - module->store_location(); patchage->canvas()->add_item(module); module->show(); } |