removed some unused Code in Jack::Jack

main
Georg Krause 2018-04-08 11:20:23 +02:00
parent 659fd713a7
commit e24b4a661f
1 changed files with 0 additions and 4 deletions

View File

@ -96,10 +96,6 @@ Jack::Jack( std::string name ) :
resetMidiBindingState();
//GenericMIDI* tmp = new GenericMIDI("akai_apc.ctlr");
//tmp->registerComponents();
//controllerUpdater->registerController( static_cast<Controller*>(tmp) );
buffers.nframes = jack_get_buffer_size( client );
buffers.samplerate = jack_get_sample_rate( client );