-Removed non-seq controller from startup

main
Harry van Haaren 2013-11-02 00:20:51 +00:00
parent 123b2bb141
commit 78466d1c72
1 changed files with 2 additions and 1 deletions

View File

@ -319,10 +319,11 @@ Gui::Gui() :
LUPPP_ERROR("Controller initialization failed!");
}
/*
Controller* non = new NonSeq();
EventControllerInstance e( non );
writeToDspRingbuffer( &e );
*/
// NSM stuff
nsm = 0;