From 78466d1c725102521e8c7378700d71c795c4d88c Mon Sep 17 00:00:00 2001 From: Harry van Haaren Date: Sat, 2 Nov 2013 00:20:51 +0000 Subject: [PATCH] -Removed non-seq controller from startup --- src/gui.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/gui.cxx b/src/gui.cxx index 4c7dfde..1081981 100644 --- a/src/gui.cxx +++ b/src/gui.cxx @@ -319,10 +319,11 @@ Gui::Gui() : LUPPP_ERROR("Controller initialization failed!"); } - + /* Controller* non = new NonSeq(); EventControllerInstance e( non ); writeToDspRingbuffer( &e ); + */ // NSM stuff nsm = 0;