Make TextEditor compatible with Core Notes, drop Core Notes

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-01-24 20:45:02 +00:00
parent d37fc6dda9
commit 362cf9b2b9
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
7 changed files with 47 additions and 16 deletions

View file

@ -607,7 +607,6 @@ extern Model* modelMIDIMap;
extern Model* modelCV_MIDICC;
extern Model* modelGate_MIDI;
extern Model* modelBlank;
extern Model* modelNotes;
}
// regular plugins
@ -705,7 +704,6 @@ static void initStatic__Core()
p->addModel(rack::core::modelCV_MIDICC);
p->addModel(rack::core::modelGate_MIDI);
p->addModel(rack::core::modelBlank);
p->addModel(rack::core::modelNotes);
}
}