| 220 | } |
| 221 | |
| 222 | void Rewriter::SetUpFromSaveData() |
| 223 | { |
| 224 | SetTarget(TheSynth->FindModule(mModuleSaveData.GetString("target"))); |
| 225 | |
| 226 | mLooperCable->SetTarget(TheSynth->FindModule(mModuleSaveData.GetString("looper"), false)); |
| 227 | } |
nothing calls this directly
no test coverage detected