From 3f445b19aaf42ae9442a9a7e40f95b4502f06047 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 26 Jul 2007 19:33:51 +0000 Subject: Trim the fat. git-svn-id: http://svn.drobilla.net/lad/ingen@640 a436a847-0d15-0410-975c-d299462d15a1 --- src/libs/engine/Engine.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/libs/engine/Engine.cpp') diff --git a/src/libs/engine/Engine.cpp b/src/libs/engine/Engine.cpp index cbc4d507..c7e2ed8d 100644 --- a/src/libs/engine/Engine.cpp +++ b/src/libs/engine/Engine.cpp @@ -212,7 +212,6 @@ Engine::activate() Patch* root_patch = new Patch("", 1, NULL, _audio_driver->sample_rate(), _audio_driver->buffer_size(), 1); root_patch->activate(); - //root_patch->add_to_store(_object_store); _object_store->add(root_patch); root_patch->process_order(root_patch->build_process_order()); root_patch->enable(); -- cgit v1.2.1