summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/Engine.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-08-13 19:18:45 +0000
committerDavid Robillard <d@drobilla.net>2008-08-13 19:18:45 +0000
commit3bc15f3e1fef153dd6f1898b981a409876c171ac (patch)
treee3114ef34b0e21e1b80087e4f6844341fb9296ac /src/libs/engine/Engine.cpp
parent671f6b557aceba0ffa82b0107e692e2a667b0965 (diff)
downloadingen-3bc15f3e1fef153dd6f1898b981a409876c171ac.tar.gz
ingen-3bc15f3e1fef153dd6f1898b981a409876c171ac.tar.bz2
ingen-3bc15f3e1fef153dd6f1898b981a409876c171ac.zip
Remove old LASH stuff (wouldn't be useful in implementing the new LASH with the new Ingen design anyway).
git-svn-id: http://svn.drobilla.net/lad/ingen@1353 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/libs/engine/Engine.cpp')
-rw-r--r--src/libs/engine/Engine.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/libs/engine/Engine.cpp b/src/libs/engine/Engine.cpp
index f0950844..0decdf25 100644
--- a/src/libs/engine/Engine.cpp
+++ b/src/libs/engine/Engine.cpp
@@ -45,9 +45,6 @@
#ifdef HAVE_JACK_MIDI
#include "JackMidiDriver.hpp"
#endif
-/*#ifdef HAVE_LASH
-#include "LashDriver.hpp"
-#endif*/
using namespace std;
namespace Ingen {
@@ -62,13 +59,6 @@ Engine::Engine(Ingen::Shared::World* world)
, _broadcaster(new ClientBroadcaster())
, _object_store(new ObjectStore())
, _node_factory(new NodeFactory(world))
-#if 0
-#ifdef HAVE_LASH
- , _lash_driver(new LashDriver())
-#else
- , _lash_driver(NULL)
-#endif
-#endif
, _quit_flag(false)
, _activated(false)
{